main without parameters
s444354-training/pipeline/head There was a failure building this commit Details

This commit is contained in:
Adrian Charkiewicz 2022-05-07 23:57:11 +02:00
parent bea443eb78
commit 5b652011c5
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ with open("result.txt", "w+") as file:
@ex.automain
def main(epochs, _run):
def main():
lr = 1e-6
#my_config()
#print("number of epochs is: ", epochs)