Skip to content

Commit 17270c6

Browse files
committed
Remove annoying InceptionV3 dependency on scipy and insanely slow trunc_norm init. Bring InceptionV3 code into this codebase and use upcoming torch trunch_norm_ init.
1 parent c4ca016 commit 17270c6

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)