change number of epochs

This commit is contained in:
Sebastian Wałęsa 2022-05-06 19:12:12 +02:00
parent 2aad3fa066
commit a955ecc7da

View File

@ -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)