You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think after merging #4256 We should update the docs to indicate scipy isn't needed. As I see in the code base models/googlenet.py and models/inception.py we use torch and not scipy.
Suggest a potential alternative/fix
Fix the note by removing the line regarding scipy.
📚 The doc issue
I think after merging #4256 We should update the docs to indicate scipy isn't needed. As I see in the code base models/googlenet.py and models/inception.py we use torch and not scipy.
Suggest a potential alternative/fix
Fix the note by removing the line regarding scipy.
Inception
https://github.com/pytorch/vision/blob/main/docs/source/models.rst#inception-v3
GoogleNet
https://github.com/pytorch/vision/blob/main/docs/source/models.rst#googlenet
It's a good first issue. Probably some new contributor would be interested.
The text was updated successfully, but these errors were encountered: