Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhargav191098/visualizing-convnets

Visualizing what ConvNets Learn Chapter - Deep Learning with Python by Francois Chollet , but in Pytorch.
https://github.com/bhargav191098/visualizing-convnets

Last synced: 21 days ago
JSON representation

Visualizing what ConvNets Learn Chapter - Deep Learning with Python by Francois Chollet , but in Pytorch.

Awesome Lists containing this project

README

        

# Visualizing-ConvNets

I wanted to try out the code that Francois wrote for visualizing what the convNets learn in his book (https://www.manning.com/books/deep-learning-with-python)

I used Pytorch and the Cifar-10 dataset.
The repository has two networks - the standard pytorch site code training for cifar-10, that gave 59% accuracy (https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html) and the second network is partly VGG-16 arch kinda network.
I have just added the visualising the convolutional layers for now.




Will add the grad cam activation maps in a later commit.