-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (44 loc) · 1.6 KB
/
.gitignore
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
__pycache__/data_preprocessing.cpython-312.pyc
/going_modular
/lightning_logs
/wandb
/CR_Leaves
/CRLeaves
/__pycache__
conv/__pycache__/conv_module.cpython-312.pyc
conv/__pycache__/convnext.cpython-312.pyc
conv/__pycache__/efficientnet.cpython-312.pyc
conv/__pycache__/resnet.cpython-312.pyc
vit/__pycache__/vit_ensemble.cpython-312.pyc
vit/__pycache__/vit_huge.cpython-312.pyc
vit/__pycache__/vit_medium.cpython-312.pyc
vit/__pycache__/vit_module.cpython-312.pyc
vit/__pycache__/vit_small.cpython-312.pyc
vit/__pycache__/vit_medium_32.cpython-312.pyc
vit/__pycache__/vit_small_16.cpython-312.pyc
vit/__pycache__/vit_small_32.cpython-312.pyc
conv/__pycache__/conv_ensemble.cpython-312.pyc
vit/__pycache__/trying_vit.cpython-312.pyc
vit/__pycache__/vit_base_16.cpython-312.pyc
vit/__pycache__/vit_base_32.cpython-312.pyc
checkpoints/deit3_base_16/deit3_base_16_0.ckpt
checkpoints/deit3_base_16/deit3_base_16_1.ckpt
checkpoints/vit_base_16/vit_base_16_0.ckpt
checkpoints/vit_base_16/vit_base_16_1.ckpt
checkpoints/vit_base_32/vit_base_32_0.ckpt
checkpoints/vit_base_32/vit_base_32_1.ckpt
checkpoints/vit_large_32/vit_large_32_0.ckpt
checkpoints/vit_large_32/vit_large_32_1.ckpt
Indices/CRLeaves.pkl
checkpoints/resnet/resnet_1.ckpt
checkpoints/resnet/resnet_0.ckpt
checkpoints/efficientnet/efficientnet_1.ckpt
checkpoints/efficientnet/efficientnet_0.ckpt
checkpoints/convnext/convnext_1.ckpt
checkpoints/convnext/convnext_0.ckpt
experiments.sh
vit_cr_leaves.out
vit/__pycache__/deit3_base_16.cpython-311.pyc
vit/__pycache__/vit_module.cpython-311.pyc
checkpoints/deit3_base_16/deit3_base_16_0-v1.ckpt
vit/__pycache__/vit_base_32.cpython-311.pyc