epochs no longer missing
This commit is contained in:
parent
044740662e
commit
e379116876
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user