-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 1.11 KB
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[submodule "vendor/ava"]
path = vendor/ava
url = git@github.com:utcs-scea/DGSF-AvA.git
[submodule "src/apps/mlperf/inference"]
path = src/apps/mlperf/inference
url = https://github.com/photoszzt/inference.git
ignore = dirty
[submodule "vendor/onnxruntime"]
path = vendor/onnxruntime
url = https://github.com/photoszzt/onnxruntime.git
branch = ava-r1.8.0
[submodule "src/apps/dsb17/tpx-kaggle-dsb2017"]
path = src/apps/dsb17/tpx-kaggle-dsb2017
url = git@github.com:hfingler/tpx-kaggle-dsb2017.git
[submodule "vendor/pytorch"]
path = vendor/pytorch
url = https://github.com/pytorch/pytorch.git
[submodule "vendor/vision"]
path = vendor/vision
url = https://github.com/photoszzt/vision.git
[submodule "vendor/tensorflow"]
path = vendor/tensorflow
url = https://github.com/photoszzt/tensorflow.git
[submodule "vendor/tensorflow-cudart-dynam"]
path = vendor/tensorflow-cudart-dynam
url = https://github.com/yuhc/tensorflow-cudart-dynam.git
[submodule "vendor/cupy"]
path = vendor/cupy
url = https://github.com/photoszzt/cupy.git
[submodule "vendor/altis"]
path = vendor/altis
url = git@github.com:hfingler/altis.git