"vscode:/vscode.git/clone" did not exist on "bf03f4edfe8fd7543e98ed9a3771b01ab6c6f062"
Add scipy as a dependency to setup.py (#675)
* Add scipy as a dependency to setup.py `scipy` is imported in both the `torchvision.datasets.svhn` module and the `torchvision.models.inception` module. * Update setup.py Make scipy optional. It can be installed with `pip install torchvision[scipy]`.
Showing
Please register or sign in to comment