Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save pythonlessons/8e1f61b72f4bdc7c9c37e08b58fefc1a to your computer and use it in GitHub Desktop.
handwriting_recognition_pytorch
# uncomment to print network summary, torchsummaryX package is required
summary(network, torch.zeros((1, configs.height, configs.width, 3)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment