Created
March 20, 2023 13:53
-
-
Save pythonlessons/8e1f61b72f4bdc7c9c37e08b58fefc1a 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
| # 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