Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 463 Bytes

File metadata and controls

19 lines (14 loc) · 463 Bytes

Visualizing CNN Filters in Pytorch

screen shot of filters

This is a quick tutorial to show how you can visualizing weights / filters in a trained CNN model using PyTorch.

Installation

Install Anaconda first from this link

Next run:

conda env create -f environment.yml

In order to start the project :

source activate ENVIRONMENT_NAME
jupyter notebook