Skip to content

Releases: simone-panico/PyTorchLayerViz

CUDA now Supported

14 Nov 18:38

Choose a tag to compare

CUDA now supported

v1.2.4

12 Nov 19:38

Choose a tag to compare

Bug Fix + Added option to get Label from Layer

v1.2.2

05 Oct 10:30

Choose a tag to compare

Release Notes - PyTorchLayerViz v1.2.2

Added Features

  • You have now the option to not print the Images when using the function get_feature_maps()
  • Unittests have been added

Release Notes - PyTorchLayerViz v1.2.1

04 Oct 19:42

Choose a tag to compare

Release Notes - PyTorchLayerViz v1.2.1

Bug Fixes

  • The Function don't crashes anymore when giving a colorful input

v1.2

29 Sep 15:54

Choose a tag to compare

Release Notes - PyTorchLayerViz v1.2

What's New

  • Return Pictures: The get_feature_maps() function now returns all feature maps as NumPy arrays.
  • Colorful Picture: The get_feature_maps() function now accepts color images (3-channel RGB).

1.1

15 Jul 13:33

Choose a tag to compare

1.1

Release Notes - PyTorchLayerViz v1.1

What's New

  • README File: Added a comprehensive README file to help users understand the purpose of the project, how to install it, and how to use it effectively.

Bug Fixes

  • Import Bug: I added the imports to the main.py file