Created
March 20, 2023 13:53
-
-
Save pythonlessons/b76119a67571cd3d3fc0f91bf261e46c to your computer and use it in GitHub Desktop.
handwriting_recognition_pytorch
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
| # put on cuda device if available | |
| if torch.cuda.is_available(): | |
| network = network.cuda() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment