Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangyh09 authored Jan 4, 2024
1 parent 5abf129 commit 5abe14a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dict = receptive_field(model, input_size=(channels, H, W))
receptive_field_for_unit(receptive_field_dict, "2", (2,2))
```

## Example
## Example 2D CNN
```python
import torch
import torch.nn as nn
Expand Down Expand Up @@ -78,7 +78,7 @@ Receptive field size for layer 2, unit_position (1, 1), is
[(0, 6.0), (0, 6.0)]
```

## More
### More
`start` is the center of first item in the map grid .

`jump` is the distance of the adjacent item in the map grid.
Expand Down Expand Up @@ -128,11 +128,6 @@ Receptive field size for layer 2, unit_position (1, 1, 1), is
[(0, 3.0), (0, 3.0), (0, 3.0)]
```


## Todo
- [x] Add Travis CI


## Related
Thanks @pytorch-summary

Expand Down

0 comments on commit 5abe14a

Please sign in to comment.