Skip to content

Releases: mert-kurttutan/torchview

- TorchView 0.2.6

14 Feb 08:31
b51eeea
Compare
Choose a tag to compare
  • Fix readme format on pypi
  • Replace flake8 with ruff (only relevant for development issue)

TorchView 0.2.5

24 Jan 03:12
00bd35b
Compare
Choose a tag to compare
  • Fixed the issue about isolated Tensor nodes
  • Complete coverage of tensor creation ops

Torchview 0.2.4

14 Jan 12:21
a108f06
Compare
Choose a tag to compare
  • Fixed the bug for modules that changes mutable inputs, e.g. list of tensors PR
  • Very limited support for traced modules via #71 , see why here #66
  • #66 also hints at the solution for support for traced modules for those who want to implement and contribute the project

TorchView 0.2.3

26 Dec 05:21
1ee29e8
Compare
Choose a tag to compare
  • Added support for change the direction of graph
  • Fixed issues for modules that create tensor during forward prop

TorchView 0.2.2

17 Dec 20:16
078d227
Compare
Choose a tag to compare
  • Support for more flexible architectures (Reuse of input, unused input tensors)
  • Increased support for Huggingface models including, bert, gpt2, detectron

TorchView 0.2.1

10 Dec 09:29
Compare
Choose a tag to compare

Increased support for some huggingface tokenizer

Torchview 0.2.0 Release

06 Dec 22:57
Compare
Choose a tag to compare
  • new display feature for nested modules ('expand_nested') very similar to keras plot_model
  • new test models
  • code cleaning

Initial Release

08 Nov 23:21
Compare
Choose a tag to compare
0.1.0

README.md small fix