Releases: shubham3121/laymon
Releases · shubham3121/laymon
Version 1.0.1
- Bug fix for checking layer shape.
- Pass only raw parameters to display method
- Moving all modifications on observed parameters is moved to display class
Version 1.0
- A package for monitoring and visualising 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.
- The current version of the package provides the functionality to observe and envision the feature maps of a neural network.
- Provides functionality for adding the whole model to the monitoring system.
- Functionality to add and remove specific layers from the monitoring system.
- Provides functionality to create custom display to monitor and visualise the layers.