Skip to content

Releases: shubham3121/laymon

Version 1.0.1

22 Aug 19:57
bac1374
Compare
Choose a tag to compare
  • 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

20 Aug 20:11
Compare
Choose a tag to compare
  • 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.