Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.33 KB

README.rst

File metadata and controls

47 lines (27 loc) · 1.33 KB

PyLaymon

Documentation Status

A package for monitoring and visualizing the layers of a neural network. The motivation behind the project was to provide a tool that can help developers provide a better insight into the different layers of a neural network during the training process. Currently, the package provides the functionality to observe and envision the feature maps of a neural network. For more information refer to the documentation.

Requirements

  • pytorch
  • matplotlib

Installation

  • Installation: pip install laymon

For more details on installation, usage and contribution refer to the documentation.

Features

  • Visualizing feature maps

art/FeatureMapMonitoring.gif

Credits

The boilerplate for this package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.