epochs no longer missing
s444354-training/pipeline/head This commit looks good Details
s444354-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
Adrian Charkiewicz 2022-05-08 15:36:31 +02:00
parent 044740662e
commit e379116876
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ output_size = len(output_cols)
# In[10]:
@ex.config
def my_config():
global epochs
epochs = numberOfEpochParam
#epochs = numberOfEpochParam
epochs = 1500
lr=lr
model=model
train_loader=train_loader