Skip to content

Commit

Permalink
Fix pip install git+https command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangyh09 authored Jan 10, 2024
1 parent 23d6a65 commit 5536d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Compute CNN receptive field size in pytorch. Support both 2D CNN and 3D CNN.

## Create 2D visualization gif
```python
# pip install git+ssh://git@github.com/Fangyh09/pytorch-receptive-field.git
# pip install git+https://github.com/Fangyh09/pytorch-receptive-field.git
from torch_receptive_field import receptive_field
from torch_receptive_field import receptive_field_visualization_2d

Expand Down

0 comments on commit 5536d28

Please sign in to comment.