m
Some checks failed
s444354-training/pipeline/head There was a failure building this commit

This commit is contained in:
Adrian Charkiewicz 2022-05-08 15:27:30 +02:00
parent 0cb9726684
commit 709971cc1c

View File

@ -206,6 +206,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() history5 = fit(lr)
#ex.run() #ex.run()