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

https://github.com/pooya-mohammadi/cnn_receptive_field

Extract the receptive field of a fully connected cnn.
https://github.com/pooya-mohammadi/cnn_receptive_field

cnn python receptive-field

Last synced: 3 days ago
JSON representation

Extract the receptive field of a fully connected cnn.

Awesome Lists containing this project

README

          

# CNN Receptive Field

Extract the receptive field of a fully connected cnn.

```gitignore
python receptive_field_size.py --kernel_sizes 5 2 --strides 3 1
```

Output:
```gitignore
[INFO] receptive field for a network with kernel-sizes: [5, 2] & strides: [3, 1] is: 8
```

![img.png](img.png)

**Note:** image is taken from: https://www.baeldung.com/cs/cnn-receptive-field-size

# references
1) https://www.baeldung.com/cs/cnn-receptive-field-size
2) https://distill.pub/2019/computing-receptive-fields/#return-from-solving-receptive-field-size