Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 524 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 524 Bytes

Receptive Fields

Elaborate various mechanisms to visualize receptive fields. In particular, this project aims at inspecting how meaningful respective fields can be retrieved from small-scale CNNs when using:

  • stride
  • dilation
  • separable convolutions
  • ...

Installation

Needed packages:

  • pytorch
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
  • matplotlib
conda install matplotlib
  • tqdm
conda install tqdm
  • ipykernel (conda)
  • torchinfo (pip)