Created
January 22, 2020 02:06
-
-
Save vsay01/50ae099ecc7a98c522034656d0ed5c04 to your computer and use it in GitHub Desktop.
calling train method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| trained_model = train(1, 3, np.Inf, loaders, model, optimizer, criterion, use_cuda, "./checkpoint/current_checkpoint.pt", "./best_model/best_model.pt") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment