Releases: TylerYep/torchinfo
Releases · TylerYep/torchinfo
v1.8.0
v1.7.2
What's Changed
- Simplify layers_to_str by @mert-kurttutan in #173
- Add hide_recursive_layers option to ColumnSettings by @mert-kurttutan in #174
- Add contribution of recursive calls to total_output_bytes by @mert-kurttutan in #181
- Add params and MACs units specifiers by @richardtml in #188
- Add the column 'Params %' by @luke396 in #199
- Automatically get device from first model parameter if
device
parameter tosummary
isNone
by @snimu in #211 - Enable analyzing nested input- and output-dicts by @snimu in #212
Cleanup Work
- Add additional versions to GitHub Actions tests by @TylerYep in #189
- Fix torchvision deprecation warnings in test cases by @TylerYep in #191
- Separate nested_list_size function, add some documentation, improve mypy for setuptools by @TylerYep in #220
New Contributors
- @richardtml made their first contribution in #188
- @luke396 made their first contribution in #199
- @snimu made their first contribution in #211
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Update half precision test cases to support Pytorch v1.12 by @mert-kurttutan in #165
- Use layer_id instead of class_name in add_missing_layers by @mert-kurttutan in #163
- Replace add_missing_layers with add_missing_container_layers by @mert-kurttutan in #169
New Contributors
- @mert-kurttutan made their first contribution in #165
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Calculate parameter counts for nn.Parameter
- Add parameter counts for nn.UninitializedParameters
- Show output shapes for the overall model
- Internal optimizations (hooks applied iteratively instead of recursively, add profiling code)
Full Changelog: v1.6.6...v1.7.0