Skip to content

Commit

Permalink
fix: quality of life for coercing torch.nn.functional problems
Browse files Browse the repository at this point in the history
  • Loading branch information
MLRichter committed Jan 23, 2022
1 parent af18e5e commit 950a698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -208,7 +208,7 @@ convolutional kernel.
Here is a simple, 1-dimensional example:
![rf.PNG](https://github.com/MLRichter/receptive_field_analysis_toolbox/blob/main/images/rf.PNG?raw=true)
The first layer of this simple architecture can only ever "see" the information the input pixels directly
under it's kernel, in this scenario 3 pixels.
under its kernel, in this scenario 3 pixels.
Another observation we can make from this example is that the receptive field size is expanding from layer to layer.
This is happening, because the consecutive layers also have kernel sizes greater than 1 pixel, which means that
they combine multiple adjacent positions on the feature map into a single position in their output.
Expand Down

0 comments on commit 950a698

Please sign in to comment.