You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason I'm forking the project is because I created custom layers which also have corresponding ConnectiveLayers, but in order to make them work they need to be added to the connective_layers_list in the init file.
Perhaps let get_connective_layer in util.py take in an optional list with additional classes? That way one can add layers without modifying the source code.
Hey, sorry I haven't had time to work on this project for a while. I spent some time revamping how the convolutional neural network visualization is done and I think it is much more faithful to the actual algorithm. I will also look into a better solution for allowing the library to be extended (new layers, new animations, etc.) without modifying the code. It is still under development but here is an example of the new CNN visualization.
At some point there was code commited changing the behaviour of the net when scaling it.
If I use the code in the pip package everything works fine (0.0.11 seems to contain only code prior to the 7th of may).
https://user-images.githubusercontent.com/54776552/198372984-f704cceb-8582-4bf9-bc23-c15ebb836b34.mp4
However I'm forking the repo (with the latest commit from august) because I need to change some internal code and noticed this problem.
Test.mp4
Maybe someone can pinpoint the exact commit which causes this behaviour?
Code used:
The text was updated successfully, but these errors were encountered: