global epochs
s444354-training/pipeline/head There was a failure building this commit Details

This commit is contained in:
Adrian Charkiewicz 2022-05-07 23:44:10 +02:00
parent 03912a7fed
commit b26ec30db4
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ ex.observers.append(FileStorageObserver('my_runs'))
@ex.config @ex.config
def my_config(): def my_config():
global epochs
epochs = 1500 epochs = 1500