@ -31,7 +31,7 @@ class Model(nn.Module):
return x
def main():
epochs = sys.argv[1]
epochs = int(sys.argv[1])
print(epochs)
forest_train = pd.read_csv('forest_train.csv')
The note is not visible to the blocked user.