• Stars
    star
    233
  • Rank 172,230 (Top 4 %)
  • Language
    Jupyter Notebook
  • Created almost 6 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualizing CNN filters using PyTorch

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