Skip to content

Commit 63addb7

Browse files
authored
Merge pull request #146 from rwightman/inceptionv3_fix
Remove annoying torchvision InceptionV3 dependency on scipy and insanely slow tru…
2 parents c4ca016 + 17270c6 commit 63addb7

File tree

4 files changed

+585
-83
lines changed

4 files changed

+585
-83
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: Install requirements
3737
run: |
3838
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
39-
pip install scipy
4039
pip install git+https://github.com/mapillary/inplace_abn.git@v1.0.11
4140
- name: Run tests
4241
run: |

0 commit comments

Comments
 (0)