Skip to content

A Python based library used to visualise features maps of a neural network.

License

Notifications You must be signed in to change notification settings

shubham3121/laymon

Repository files navigation

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.