Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pythonlessons/b76119a67571cd3d3fc0f91bf261e46c to your computer and use it in GitHub Desktop.

Select an option

Save pythonlessons/b76119a67571cd3d3fc0f91bf261e46c to your computer and use it in GitHub Desktop.
handwriting_recognition_pytorch
# 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