no epochs in main
s444354-training/pipeline/head There was a failure building this commit Details

This commit is contained in:
Adrian Charkiewicz 2022-05-08 14:46:39 +02:00
parent 5b652011c5
commit 4893c15bb5
1 changed files with 1 additions and 1 deletions

View File

@ -204,6 +204,6 @@ def main():
lr = 1e-6 lr = 1e-6
#my_config() #my_config()
#print("number of epochs is: ", epochs) #print("number of epochs is: ", epochs)
history5 = fit(epochs, lr, model, train_loader, val_loader) history5 = fit(lr, model, train_loader, val_loader)
#ex.run() #ex.run()