Skip to content

Commit

Permalink
Fix layer shape check bug and fixes. (#1)
Browse files Browse the repository at this point in the history
* laymon: added example, fix single dimensional layer error and raw parameters to the display.

* update the version of pylaymon.
  • Loading branch information
shubham3121 authored Aug 22, 2020
1 parent 1de82c4 commit bac1374
Show file tree
Hide file tree
Showing 8 changed files with 8,518 additions and 16 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ History
------------------

* First release on PyPI.

1.0.1 (2020-08-23)
------------------

* Minor bug fixes and more examples added.
2 changes: 1 addition & 1 deletion docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ About
============


PyLaymon [#0]_ is a python based package which is used for monitoring and visualizing the layers of a neural network. The motivation behind the project was to implement a tool that assists developers envision the different layers of a neural network during the training process. This will aid the developers in better understanding the patterns learned at various layers of the neural network. Hence ease the developers in determining which layers require fine-tuning and improve the outcome expected from the neural network.
PyLaymon [#0]_ is a python based package which is used for monitoring and visualizing the layers of a neural network. The motivation behind the project was to implement a tool that assists developers envision the different layers of a neural network during the training process. This will aid the developers in better understanding the patterns learned at various layers of the neural network. Hence ease the developers in determining which layers require fine-tuning and improve the outcome expected from the neural network. This will also help developers identify any biases in the network during the training process.

Currently, the package implements the functionality to monitor and visualize the feature maps of a neural network. By default, the feature maps are displayed using the matplotlib library. However one can create their custom display classes. For more information see the Usage tab.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
author = "Shubham Gupta"

# The short X.Y version
version = "[1.0.0]"
version = "[1.0.1]"
# The full version, including alpha/beta/rc tags
release = "[1.0.0]"
release = "[1.0.1]"


# -- General configuration ---------------------------------------------------
Expand Down
Loading

0 comments on commit bac1374

Please sign in to comment.