We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: torchinfo 1.8.0 pyhd8ed1ab_0
Add the Units alongside MB and GB and choose unit acoording to the best representation one can get.
In the following toy example having MB as unit is not of any help :
========================================================================================== Layer (type:depth-idx) Output Shape Param # ========================================================================================== LRBasedClassifier [10, 5] -- ├─Linear: 1-1 [10, 5] 125 ========================================================================================== Total params: 125 Trainable params: 125 Non-trainable params: 0 Total mult-adds (Units.MEGABYTES): 0.00 ========================================================================================== Input size (MB): 0.00 Forward/backward pass size (MB): 0.00 Params size (MB): 0.00 Estimated Total Size (MB): 0.00 ==========================================================================================
The text was updated successfully, but these errors were encountered:
Good idea, PRs implementing this behavior are welcome! Based on the output value, it should choose the most appropriate unit automatically.
Sorry, something went wrong.
No branches or pull requests
version: torchinfo 1.8.0 pyhd8ed1ab_0
Describe the solution you'd like
Add the Units alongside MB and GB and choose unit acoording to the best representation one can get.
In the following toy example having MB as unit is not of any help :
The text was updated successfully, but these errors were encountered: