Skip to content

Commit 3f4c3c4

Browse files
Fixing typo
1 parent 56a0c77 commit 3f4c3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-8-17-easily-list-and-initialize-models-with-new-apis-in-torchvision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ print([weight for weight in weight_enum])
109109

110110
## Putting it all together
111111

112-
For example, if you wanted to to retrieve all the small-sized models with pre-trained weights and initialize one of them, it’s a matter of using the above APIs:
112+
For example, if you wanted to retrieve all the small-sized models with pre-trained weights and initialize one of them, it’s a matter of using the above APIs:
113113

114114
```python
115115
import torchvision

0 commit comments

Comments
 (0)