change number of epochs
This commit is contained in:
parent
2aad3fa066
commit
a955ecc7da
@ -124,7 +124,7 @@ model=Model_xPosition()
|
||||
# In[11]:
|
||||
|
||||
|
||||
epochs = 2000
|
||||
epochs = 1000
|
||||
lr = 1e-5
|
||||
learning_proccess = fit(epochs, lr, model, train_loader, val_loader)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user