JiajieMo / visualizing-cnn-feature-maps

Visualizing CNN filters using PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualizing convolutional features using PyTorch

Take a look at my blog post for detailed explanations.

Getting Started

Create a conda environment with the required dependencies in order to run the notebooks on your computer.

Install anaconda and then run:

conda install nb_conda_kernels
conda env create -f env.yml
ipython kernel install --user --name=filter_visualizer_env

About

Visualizing CNN filters using PyTorch


Languages

Language:Jupyter Notebook 100.0%