no epochs in main
Some checks failed
s444354-training/pipeline/head There was a failure building this commit
Some checks failed
s444354-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5b652011c5
commit
4893c15bb5
@ -204,6 +204,6 @@ def main():
|
||||
lr = 1e-6
|
||||
#my_config()
|
||||
#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()
|
||||
|
Loading…
Reference in New Issue
Block a user