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.
- pytorch
- matplotlib
- Installation:
pip install laymon
For more details on installation, usage and contribution refer to the documentation.
- Documentation: https://laymon.readthedocs.io.
- Visualizing feature maps
The boilerplate for this package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.