-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
49 lines (42 loc) · 1.58 KB
/
requirements.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Automatically generated by https://github.com/damnever/pigar.
# overhaul/ofd/engine/trainer.py: 15
# overhaul/tools/test.py: 11
# overhaul/tools/train.py: 11
numpy == 1.21.2
# overhaul/ofd/distill/ofd_distiller.py: 14
scipy == 1.7.0
# overhaul/ofd/criterion/ofd_loss.py: 10,13
# overhaul/ofd/distill/build.py: 10
# overhaul/ofd/distill/ofd_distiller.py: 11,13,15
# overhaul/ofd/engine/inference.py: 12
# overhaul/ofd/engine/trainer.py: 13,16,18,19,46
# overhaul/ofd/model/build.py: 10
# overhaul/ofd/model/mobilenet/mobilenet_v2.py: 10,11,12,13
# overhaul/ofd/model/resnet/custom_basicblock.py: 10,11
# overhaul/ofd/model/resnet/custom_bottlneck.py: 10,11
# overhaul/ofd/model/resnet/resnet.py: 10,12,13,14
# overhaul/tools/test.py: 12
# overhaul/tools/train.py: 12
torch == 1.9.0+cu111
# overhaul/ofd/model/mobilenet/mobilenet_v2.py: 16
# overhaul/ofd/model/resnet/custom_basicblock.py: 12
# overhaul/ofd/model/resnet/custom_bottlneck.py: 12
# overhaul/ofd/model/resnet/resnet.py: 15
torchvision == 0.10.0+cu111
# overhaul/ofd/engine/inference.py: 13
tqdm == 4.61.2
# overhaul/ofd/config/__init__.py: 10
yacs == 0.1.8
# overhaul/ofd/config/__init__.py: 11
# overhaul/ofd/criterion/build.py: 10,11,12
# overhaul/ofd/criterion/ofd_loss.py: 14,15
# overhaul/ofd/distill/build.py: 12
# overhaul/ofd/distill/ofd_distiller.py: 16,17
# overhaul/ofd/engine/inference.py: 18
# overhaul/ofd/engine/trainer.py: 28,31
# overhaul/ofd/model/build.py: 11,12
# overhaul/ofd/model/mobilenet/mobilenet_v2.py: 18
# overhaul/ofd/model/resnet/resnet.py: 17
# overhaul/tools/test.py: 23
# overhaul/tools/train.py: 26
zcls == 0.15.1