You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can replace the optimizer in train.py,use Adam.
such as optimizer =optim.adam.Adam(model.parameters(), lr=learning_rate, weight_decay=weight_decay)
The text was updated successfully, but these errors were encountered:
You can replace the optimizer in train.py,use Adam.
such as
optimizer =optim.adam.Adam(model.parameters(), lr=learning_rate, weight_decay=weight_decay)
The text was updated successfully, but these errors were encountered: