Skip to content

Releases: TylerYep/torchinfo

v0.1.0

08 May 19:51
Compare
Choose a tag to compare

Add row_settings=("var_name", "depth") as customizable options for showing variable names in a row.

v0.0.9

10 Apr 06:36
Compare
Choose a tag to compare

Adjust MACs calculation to include batch_size

v1.4.4 (old)

24 Dec 02:35
Compare
Choose a tag to compare

Last release under the old PyPI package, deprecates Python 3.5 support.

Please pin v1.4.3 if you wish to continue using Python 3.5.
Additionally fixes several misc bugs.

v1.4.3

22 Sep 01:02
Compare
Choose a tag to compare

Minor bug fixes, now forwards correct error messages when an exception occurs.

v1.4.2

24 Aug 17:25
Compare
Choose a tag to compare

Fix bug with nested list inputs.

v1.4.0

19 Jul 18:22
Compare
Choose a tag to compare

Sequential & ModuleList Support

Thanks @roym899 for implementing this feature!

v1.3.3

01 Jul 19:12
Compare
Choose a tag to compare
bump version to 1.3.3

v1.2.0

09 May 18:59
Compare
Choose a tag to compare
codecov fix

Python 3.5 Backport

07 May 17:19
Compare
Choose a tag to compare

This is likely a one-time release backporting to Python 3.5 by reverting all of the f-strings to format strings.

v1.1.4

19 Apr 18:33
Compare
Choose a tag to compare

Minor API changes with device and batch_dim, as well as additional testing on models from issue submitters.