Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +2 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/args.yaml +153 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-50.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-52.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-54.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-55.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-56.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-57.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-58.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-61.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-63.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-70.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/last.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/model_best.pth.tar +3 -0
- pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/summary.csv +151 -0
- pytorch-image-models/timm/__pycache__/__init__.cpython-39.pyc +0 -0
- pytorch-image-models/timm/__pycache__/version.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/__init__.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/auto_augment.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/config.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/constants.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/dataset.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/dataset_factory.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/dataset_info.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/distributed_sampler.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/imagenet_info.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/loader.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/mixup.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/random_erasing.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/real_labels.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/transforms.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/__init__.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/class_map.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/img_extensions.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader_factory.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader_hfds.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader_image_folder.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader_image_in_tar.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/__init__.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/activations.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/activations_me.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/adaptive_avgmax_pool.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/attention2d.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/attention_pool.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/attention_pool2d.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/blur_pool.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/bottleneck_attn.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/cbam.cpython-39.pyc +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
pytorch-image-models/timm/models/__pycache__/vision_transformer.cpython-39.pyc filter=lfs diff=lfs merge=lfs -text
|
37 |
+
pytorch-image-models/wandb/run-20250224_015723-igbnn5u2/run-igbnn5u2.wandb filter=lfs diff=lfs merge=lfs -text
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/args.yaml
ADDED
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aa: null
|
2 |
+
amp: true
|
3 |
+
amp_dtype: float16
|
4 |
+
amp_impl: native
|
5 |
+
aug_repeats: 0
|
6 |
+
aug_splits: 0
|
7 |
+
batch_size: 256
|
8 |
+
bce_loss: false
|
9 |
+
bce_pos_weight: null
|
10 |
+
bce_sum: false
|
11 |
+
bce_target_thresh: null
|
12 |
+
bn_eps: null
|
13 |
+
bn_momentum: null
|
14 |
+
channels_last: false
|
15 |
+
checkpoint_hist: 10
|
16 |
+
class_map: ''
|
17 |
+
clip_grad: null
|
18 |
+
clip_mode: norm
|
19 |
+
color_jitter: 0.4
|
20 |
+
color_jitter_prob: null
|
21 |
+
cooldown_epochs: 0
|
22 |
+
crop_pct: null
|
23 |
+
cutmix: 0.0
|
24 |
+
cutmix_minmax: null
|
25 |
+
data: null
|
26 |
+
data_dir: null
|
27 |
+
dataset: hfds/datacomp/imagenet-1k-random-40.0-frac-1over4
|
28 |
+
dataset_download: false
|
29 |
+
dataset_trust_remote_code: false
|
30 |
+
decay_epochs: 90
|
31 |
+
decay_milestones:
|
32 |
+
- 90
|
33 |
+
- 180
|
34 |
+
- 270
|
35 |
+
decay_rate: 0.1
|
36 |
+
device: cuda
|
37 |
+
device_modules: null
|
38 |
+
dist_bn: reduce
|
39 |
+
drop: 0.0
|
40 |
+
drop_block: null
|
41 |
+
drop_connect: null
|
42 |
+
drop_path: null
|
43 |
+
epoch_repeats: 0.0
|
44 |
+
epochs: 150
|
45 |
+
eval_metric: top1
|
46 |
+
experiment: ImageNetTraining40.0-frac-1over4
|
47 |
+
fast_norm: false
|
48 |
+
fuser: ''
|
49 |
+
gaussian_blur_prob: null
|
50 |
+
gp: null
|
51 |
+
grad_accum_steps: 1
|
52 |
+
grad_checkpointing: false
|
53 |
+
grayscale_prob: null
|
54 |
+
head_init_bias: null
|
55 |
+
head_init_scale: null
|
56 |
+
hflip: 0.5
|
57 |
+
img_size: null
|
58 |
+
in_chans: null
|
59 |
+
initial_checkpoint: ''
|
60 |
+
input_img_mode: null
|
61 |
+
input_key: null
|
62 |
+
input_size: null
|
63 |
+
interpolation: ''
|
64 |
+
jsd_loss: false
|
65 |
+
layer_decay: null
|
66 |
+
local_rank: 0
|
67 |
+
log_interval: 50
|
68 |
+
log_wandb: true
|
69 |
+
lr: 0.4
|
70 |
+
lr_base: 0.1
|
71 |
+
lr_base_scale: ''
|
72 |
+
lr_base_size: 256
|
73 |
+
lr_cycle_decay: 0.5
|
74 |
+
lr_cycle_limit: 1
|
75 |
+
lr_cycle_mul: 1.0
|
76 |
+
lr_k_decay: 1.0
|
77 |
+
lr_noise: null
|
78 |
+
lr_noise_pct: 0.67
|
79 |
+
lr_noise_std: 1.0
|
80 |
+
mean: null
|
81 |
+
min_lr: 0
|
82 |
+
mixup: 0.0
|
83 |
+
mixup_mode: batch
|
84 |
+
mixup_off_epoch: 0
|
85 |
+
mixup_prob: 1.0
|
86 |
+
mixup_switch_prob: 0.5
|
87 |
+
model: seresnet34
|
88 |
+
model_dtype: null
|
89 |
+
model_ema: false
|
90 |
+
model_ema_decay: 0.9998
|
91 |
+
model_ema_force_cpu: false
|
92 |
+
model_ema_warmup: false
|
93 |
+
model_kwargs: {}
|
94 |
+
momentum: 0.9
|
95 |
+
no_aug: false
|
96 |
+
no_ddp_bb: false
|
97 |
+
no_prefetcher: false
|
98 |
+
no_resume_opt: false
|
99 |
+
num_classes: null
|
100 |
+
opt: sgd
|
101 |
+
opt_betas: null
|
102 |
+
opt_eps: null
|
103 |
+
opt_kwargs: {}
|
104 |
+
output: ''
|
105 |
+
patience_epochs: 10
|
106 |
+
pin_mem: false
|
107 |
+
pretrained: false
|
108 |
+
pretrained_path: null
|
109 |
+
ratio:
|
110 |
+
- 0.75
|
111 |
+
- 1.3333333333333333
|
112 |
+
recount: 1
|
113 |
+
recovery_interval: 0
|
114 |
+
remode: pixel
|
115 |
+
reprob: 0.5
|
116 |
+
resplit: false
|
117 |
+
resume: ''
|
118 |
+
save_images: false
|
119 |
+
scale:
|
120 |
+
- 0.08
|
121 |
+
- 1.0
|
122 |
+
sched: cosine
|
123 |
+
sched_on_updates: false
|
124 |
+
seed: 42
|
125 |
+
smoothing: 0.1
|
126 |
+
split_bn: false
|
127 |
+
start_epoch: null
|
128 |
+
std: null
|
129 |
+
sync_bn: false
|
130 |
+
synchronize_step: false
|
131 |
+
target_key: null
|
132 |
+
torchcompile: null
|
133 |
+
torchcompile_mode: null
|
134 |
+
torchscript: false
|
135 |
+
train_crop_mode: null
|
136 |
+
train_interpolation: random
|
137 |
+
train_num_samples: null
|
138 |
+
train_split: train
|
139 |
+
tta: 0
|
140 |
+
use_multi_epochs_loader: false
|
141 |
+
val_num_samples: null
|
142 |
+
val_split: validation
|
143 |
+
validation_batch_size: null
|
144 |
+
vflip: 0.0
|
145 |
+
wandb_project: ImageNetTraining40.0-frac-1over4
|
146 |
+
wandb_resume_id: ''
|
147 |
+
wandb_tags: []
|
148 |
+
warmup_epochs: 5
|
149 |
+
warmup_lr: 1.0e-05
|
150 |
+
warmup_prefix: false
|
151 |
+
weight_decay: 2.0e-05
|
152 |
+
worker_seeding: all
|
153 |
+
workers: 4
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-50.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13cf807931b5ed1a2df1eced0b1df301f1e08b77fcf1d0abd519b0206f94a2b0
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-52.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4931f11caa7af1cac37f03aabe808397705df68b1007099a9c203058dfbb6bf
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-54.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5e7bc1c5c62e7be391bf4d4d5a777212124afa8d6702a620d6c28bdab8e00ea
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-55.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fd4bf145ee4e7a21cf9801b0ca3445485aa05029c0338031b2688fdbc78fa51
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-56.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e78990236e3bea2e22b795fb3e19d1dae4b7ba1863eab53886c81f38ceac1855
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-57.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea80adb5c8a0e4fa16602be88e208078b9ae394707d5bbea8d5eb5f380ea7e49
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-58.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:806a834cafe330e7f0160afc8d013164bbafc27731161a761983b3a6812a1714
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-61.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:559f28da7fc46938cddeaa9aa9fe0333a44f9e008dacb605220ef4a12d280d6a
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-63.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee43dd68063d426aa790a914830c2307bfde6a15b1b033cd5ed90318b9a69553
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/checkpoint-70.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cf7868a91562c8f0a8856acf4435e30812f75a336ca961b67d76666e11d5300
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/last.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc70f64fd3c00263169b6d3b9f8511d5dce22449037de08ade89c0313d73f1a8
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/model_best.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4931f11caa7af1cac37f03aabe808397705df68b1007099a9c203058dfbb6bf
|
3 |
+
size 175905122
|
pytorch-image-models/output/train/ImageNetTraining40.0-frac-1over4/summary.csv
ADDED
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
epoch,train_loss,eval_loss,eval_top1,eval_top5,lr
|
2 |
+
0,6.943024158477783,6.938859452056885,0.0819999999666214,0.5060000001525878,1e-05
|
3 |
+
1,6.856327056884766,6.588315466003418,1.1719999995803834,4.328000001983643,0.080008
|
4 |
+
2,6.772615909576416,6.36948266418457,2.0620000020599365,6.893999995422363,0.160006
|
5 |
+
3,6.69498348236084,6.173257058410645,2.724000001487732,8.756000006713867,0.240004
|
6 |
+
4,6.612429618835449,5.910049392700195,4.39399999923706,13.085999998168946,0.320002
|
7 |
+
5,6.5145649909973145,5.706791815795898,5.044000005493164,15.573999982910156,0.39890437907365467
|
8 |
+
6,6.408770561218262,5.4572058047485354,7.9440000012207035,20.93799999938965,0.3984229402628956
|
9 |
+
7,6.31180477142334,5.093959313659668,11.026000010375977,27.40800000732422,0.3978544665925977
|
10 |
+
8,6.219870567321777,5.179748318481446,10.976000012512207,26.67000002319336,0.39719920741410103
|
11 |
+
9,6.129653453826904,4.9151684353637695,13.284000017089843,31.441999990234375,0.3964574501457378
|
12 |
+
10,6.049684524536133,4.9168432046508785,13.27999999786377,30.705999997558592,0.39562952014676117
|
13 |
+
11,5.972713947296143,4.848119541931152,15.195999993896484,34.58199996826172,0.3947157805746321
|
14 |
+
12,5.903981685638428,4.410434129638672,19.95999999572754,42.26200004638672,0.3937166322257262
|
15 |
+
13,5.840912342071533,4.405841118164062,19.78800000366211,41.39199998413086,0.39263251335953164
|
16 |
+
14,5.782167911529541,4.308849479064941,21.92200001831055,44.71399998046875,0.39146389950641347
|
17 |
+
15,5.729307174682617,4.164249961853027,23.765999982910156,47.20200003540039,0.39021130325903075
|
18 |
+
16,5.678974151611328,4.11299892211914,25.064000014038086,49.45199993408203,0.3888752740474963
|
19 |
+
17,5.629786491394043,4.10596147277832,24.186000009155272,47.82400001464844,0.3874563978983783
|
20 |
+
18,5.586076259613037,3.948684051361084,27.040000001220704,51.97600000732422,0.3859552971776503
|
21 |
+
19,5.544066429138184,3.8799483682250977,28.800000046386717,53.93599999267578,0.38437263031770014
|
22 |
+
20,5.507201194763184,3.762152017440796,29.547999996948242,54.969999995117185,0.3827090915285202
|
23 |
+
21,5.471296310424805,3.805467914428711,29.696,54.773999979248046,0.3809654104932039
|
24 |
+
22,5.432684421539307,3.825436313781738,28.34599999206543,53.22199996826172,0.3791423520478826
|
25 |
+
23,5.398519515991211,3.6082389656066893,31.69399999206543,57.26799995605469,0.37724071584624297
|
26 |
+
24,5.366550445556641,3.6650337581634522,31.279999985351562,56.856000063476564,0.3752613360087727
|
27 |
+
25,5.33527946472168,3.5391836129760743,34.42799998535156,60.43599996826172,0.37320508075688774
|
28 |
+
26,5.305219650268555,3.5810128129577636,34.13999997558594,59.57599993652344,0.3710728520321014
|
29 |
+
27,5.273719310760498,3.527241053161621,34.32400001586914,59.970000010986325,0.368865585100403
|
30 |
+
28,5.24809455871582,3.5433296742248537,34.68199999755859,60.43000005981445,0.3665842481420199
|
31 |
+
29,5.219091415405273,3.53101170173645,34.04800002929687,59.38999997314453,0.36422984182674084
|
32 |
+
30,5.188267707824707,3.594739681777954,33.46999997680664,58.683999997558594,0.3618033988749895
|
33 |
+
31,5.167198181152344,3.392540680999756,36.234000021972655,62.0020000390625,0.3593059836048393
|
34 |
+
32,5.139483451843262,3.465734861602783,35.62000002197266,61.583999929199216,0.356738691465168
|
35 |
+
33,5.114716529846191,3.327832818069458,37.397999990234375,63.092000036621094,0.3541026485551579
|
36 |
+
34,5.091244220733643,3.372329916534424,37.86000004150391,63.28799998046875,0.3513990111303513
|
37 |
+
35,5.06257438659668,3.3403953475189208,37.50199998779297,63.52399987792969,0.3486289650954789
|
38 |
+
36,5.038999557495117,3.3542633992004394,38.713999995117184,63.98199998046875,0.34579372548428233
|
39 |
+
37,5.017002105712891,3.25261526512146,38.84599999145508,64.96000002685547,0.3428945359265607
|
40 |
+
38,4.991616249084473,3.2753990757751463,37.914000006103514,63.564000085449216,0.33993266810267314
|
41 |
+
39,4.969043731689453,3.354761472930908,37.8260000390625,63.1519999609375,0.33690942118573775
|
42 |
+
40,4.945049285888672,3.304535781478882,39.13200002807617,64.33799995605469,0.3338261212717717
|
43 |
+
41,4.929953575134277,3.485507546005249,35.92000001953125,60.72199999511719,0.3306841207980211
|
44 |
+
42,4.902693748474121,3.257430730895996,38.97600005371094,64.06800005371093,0.32748479794973795
|
45 |
+
43,4.880340099334717,3.2041633930206297,39.845999993896484,65.22999995117188,0.3242295560556621
|
46 |
+
44,4.862368106842041,3.2704891176605226,40.14400001586914,64.98400003173828,0.320919822972475
|
47 |
+
45,4.836077690124512,3.2527811197662353,39.1879999987793,64.35400000244141,0.31755705045849464
|
48 |
+
46,4.820522308349609,3.259491576690674,39.758000061035155,64.89800000732421,0.3141427135368864
|
49 |
+
47,4.795742034912109,3.2654841972351076,39.92399998657226,64.78800002685547,0.31067830984866884
|
50 |
+
48,4.773715019226074,3.275195260925293,40.16000001831055,64.94200005126953,0.30716535899579933
|
51 |
+
49,4.754312992095947,3.3014261947631836,40.17200005615234,64.99399995117187,0.3036054018746261
|
52 |
+
50,4.7323479652404785,3.214202807006836,40.79600005126953,65.56000002929687,0.30000000000000004
|
53 |
+
51,4.713468551635742,3.28939544052124,40.16000000854492,64.85599994628906,0.2963507348203431
|
54 |
+
52,4.688541412353516,3.14884043838501,41.433999997558594,65.80999999023437,0.29265920702397236
|
55 |
+
53,4.6714186668396,3.2486075187683103,40.2559999975586,64.62600002685546,0.2889270358369855
|
56 |
+
54,4.649861812591553,3.2325782968139647,40.596,64.64200002441406,0.28515585831301454
|
57 |
+
55,4.632839679718018,3.225374926071167,40.43199999755859,64.7759999975586,0.28134732861516004
|
58 |
+
56,4.607300281524658,3.2064396517944336,40.981999959716795,64.99800004638672,0.2775031172904206
|
59 |
+
57,4.585275650024414,3.2218094375610353,40.771999975585935,64.49400004638672,0.27362491053693566
|
60 |
+
58,4.566425323486328,3.2375895790863036,40.74600000488281,64.89999996826172,0.26971440946436304
|
61 |
+
59,4.547436714172363,3.26148624130249,39.90400000244141,64.38800010253907,0.26577332934771664
|
62 |
+
60,4.52419900894165,3.2946114099121093,40.165999984130856,63.70799992919922,0.2618033988749895
|
63 |
+
61,4.507087707519531,3.2332502903747558,41.02999997802734,64.60199997314453,0.25780635938889435
|
64 |
+
62,4.485959053039551,3.4348681547546387,37.69399999267578,61.18800004638672,0.25378396412305315
|
65 |
+
63,4.463349342346191,3.2511073503112793,40.76000002685547,64.48399997802734,0.24973797743297094
|
66 |
+
64,4.441277027130127,3.3182686504364014,39.33000001220703,62.731999985351564,0.24567017402213118
|
67 |
+
65,4.4217963218688965,3.2748363047790527,40.10800002319336,63.47400003662109,0.2415823381635519
|
68 |
+
66,4.402285099029541,3.3001190892028807,39.8540000024414,63.21800003417969,0.23747626291714496
|
69 |
+
67,4.382106781005859,3.331339216003418,39.53399995361328,62.79800000732422,0.23335374934322048
|
70 |
+
68,4.358300685882568,3.256801219558716,40.27800003417969,63.56600005371094,0.22921660571248237
|
71 |
+
69,4.338809967041016,3.3791692337036134,38.721999998779296,61.39600001708985,0.22506664671286086
|
72 |
+
70,4.318325996398926,3.291542735748291,40.44399999755859,63.37799990966797,0.22090569265353077
|
73 |
+
71,4.293638229370117,3.386038561248779,39.07200002075195,61.83600003417969,0.21673556866646312
|
74 |
+
72,4.274496078491211,3.425867526245117,38.45599995605469,60.69000001464844,0.21255810390586272
|
75 |
+
73,4.2581682205200195,3.3847217195892334,39.418000056152344,61.62199995605469,0.20837513074583996
|
76 |
+
74,4.230520248413086,3.40245957611084,38.902000043945314,61.285999943847656,0.20418848397667141
|
77 |
+
75,4.215935707092285,3.3389018489837645,39.355999998779296,62.07800008789062,0.2
|
78 |
+
76,4.187872886657715,3.441907887802124,38.378000014648435,60.40399998535156,0.1958115160233287
|
79 |
+
77,4.173551559448242,3.4760118829345705,38.27800002929688,60.04599994140625,0.19162486925416009
|
80 |
+
78,4.14718770980835,3.538728616027832,36.851999990234376,58.97200001586914,0.1874418960941374
|
81 |
+
79,4.126643657684326,3.3666327865600585,39.42800002319336,61.24199999267578,0.1832644313335369
|
82 |
+
80,4.105745315551758,3.5649089305877686,36.76200001098633,58.264000015869144,0.17909430734646936
|
83 |
+
81,4.082300186157227,3.4401110125732424,38.55000005004883,60.332000021972654,0.1749333532871392
|
84 |
+
82,4.059758186340332,3.4652897735595705,38.472000040283206,59.69599999511719,0.17078339428751776
|
85 |
+
83,4.043277263641357,3.512290891113281,38.06000005859375,59.2540000402832,0.16664625065677952
|
86 |
+
84,4.019094467163086,3.474024595489502,37.935999998779295,59.408000056152346,0.16252373708285509
|
87 |
+
85,4.000632286071777,3.4906584406280516,38.13400000366211,59.759999997558594,0.15841766183644812
|
88 |
+
86,3.9719996452331543,3.618461647186279,35.87800000366211,57.39199998901367,0.1543298259778689
|
89 |
+
87,3.9512109756469727,3.5773420275878904,36.87399995849609,57.80999996948242,0.15026202256702909
|
90 |
+
88,3.931777238845825,3.513327244567871,37.6200000390625,58.93400005126953,0.14621603587694693
|
91 |
+
89,3.905181646347046,3.516221976547241,37.87400000976562,59.09600002197266,0.14219364061110565
|
92 |
+
90,3.8866517543792725,3.519011474838257,37.71600004516601,58.83400000488281,0.13819660112501053
|
93 |
+
91,3.863650321960449,3.5913996340179444,36.82600001953125,57.51599998535156,0.13422667065228336
|
94 |
+
92,3.835031032562256,3.543882612915039,37.390000050048826,58.41800001586914,0.130285590535637
|
95 |
+
93,3.8165123462677,3.563828221435547,37.22800001220703,58.01800002929688,0.12637508946306447
|
96 |
+
94,3.7957019805908203,3.671313189086914,35.925999992675784,56.445999993896486,0.12249688270957942
|
97 |
+
95,3.773899793624878,3.6619523892974852,36.204000043945314,56.50000004760742,0.11865267138483995
|
98 |
+
96,3.7454912662506104,3.633371482543945,36.48599999511719,56.94599998291016,0.11484414168698548
|
99 |
+
97,3.7233355045318604,3.5920180224609375,36.910000041503906,57.656000056152344,0.11107296416301456
|
100 |
+
98,3.7022433280944824,3.684746437911987,35.594000024414065,56.22000003417969,0.10734079297602771
|
101 |
+
99,3.681253671646118,3.75458634185791,35.155999997558595,55.427999958496095,0.10364926517965692
|
102 |
+
100,3.655606746673584,3.699174881439209,36.01000000610352,55.918000034179684,0.09999999999999996
|
103 |
+
101,3.6334176063537598,3.6724345876312254,35.996000012207034,56.42800003417969,0.09639459812537399
|
104 |
+
102,3.6112112998962402,3.809721075744629,34.15400002075195,54.33400001098633,0.09283464100420072
|
105 |
+
103,3.5921597480773926,3.66792995513916,36.200000021972656,56.554000028076175,0.0893216901513312
|
106 |
+
104,3.5633926391601562,3.6342549645233153,36.4820000024414,57.04000003173828,0.08585728646311369
|
107 |
+
105,3.547360897064209,3.6811806187438965,36.22399999755859,56.42999997192383,0.0824429495415054
|
108 |
+
106,3.5171875953674316,3.6844659465026854,35.82000007080078,56.42200000488281,0.07908017702752504
|
109 |
+
107,3.4977030754089355,3.7272265797424318,35.87599996459961,55.741999952392575,0.07577044394433795
|
110 |
+
108,3.4759888648986816,3.7203902688598633,35.57000005126953,55.73599998535156,0.07251520205026206
|
111 |
+
109,3.450176954269409,3.7217521075439453,35.72000000244141,55.78000007446289,0.06931587920197897
|
112 |
+
110,3.4277639389038086,3.747455071029663,35.450000043945316,55.5640000390625,0.06617387872822836
|
113 |
+
111,3.416098117828369,3.7601297509765623,35.39599999145508,55.14600007080078,0.06309057881426226
|
114 |
+
112,3.3863039016723633,3.7305660575866697,35.41600001953125,55.51200000366211,0.060067331897326895
|
115 |
+
113,3.3614370822906494,3.7883984119415284,35.07799999755859,54.91400003051758,0.057105464073439374
|
116 |
+
114,3.3459599018096924,3.8143752993774416,34.60399998291015,54.43800001342773,0.05420627451571774
|
117 |
+
115,3.324420690536499,3.845425550994873,34.43000002929688,54.08799999145508,0.051371034904521135
|
118 |
+
116,3.301175594329834,3.797059640197754,34.79399997558594,54.75399999267578,0.04860098886964875
|
119 |
+
117,3.287332057952881,3.7661463146209715,35.42599999755859,55.044,0.04589735144484217
|
120 |
+
118,3.264589309692383,3.79609424369812,34.92200000244141,54.938000041503905,0.04326130853483206
|
121 |
+
119,3.2444350719451904,3.787090714492798,35.099999982910155,54.972000008544924,0.04069401639516075
|
122 |
+
120,3.2343955039978027,3.842648572769165,34.615999969482424,54.060000024414066,0.03819660112501053
|
123 |
+
121,3.2078042030334473,3.8437905423736574,34.19400003662109,54.21000004272461,0.035770158173259195
|
124 |
+
122,3.1891088485717773,3.8577507749176023,34.34199998901367,53.96999997070313,0.03341575185798012
|
125 |
+
123,3.1690220832824707,3.8453804344177245,34.715999989013675,54.14000001586914,0.031134414899596986
|
126 |
+
124,3.1524007320404053,3.837953787918091,34.664000004882816,54.28999998657227,0.02892714796789868
|
127 |
+
125,3.1350340843200684,3.8350729121398928,34.566000009765624,54.21999998413086,0.026794919243112305
|
128 |
+
126,3.119072675704956,3.8095665394592286,35.16200004272461,54.5780000402832,0.024738663991227285
|
129 |
+
127,3.104735851287842,3.842745321044922,34.79200002929687,54.229999970703126,0.022759284153757053
|
130 |
+
128,3.088559865951538,3.833246276092529,34.75999998901367,54.252,0.020857647952117465
|
131 |
+
129,3.0738117694854736,3.817981937942505,34.95599997802734,54.49600001098633,0.01903458950679613
|
132 |
+
130,3.0625498294830322,3.7851865193939207,35.4400000378418,54.83400001342773,0.01729090847147985
|
133 |
+
131,3.0461535453796387,3.7905793181610106,35.12399999633789,54.838000024414065,0.015627369682299875
|
134 |
+
132,3.0352942943573,3.828107550506592,34.88200000244141,54.292000037841795,0.014044702822349731
|
135 |
+
133,3.019928455352783,3.851025446166992,34.61200008544922,54.00000001586914,0.01254360210162171
|
136 |
+
134,3.0150368213653564,3.8325876887512207,34.90600000976563,54.358000064697265,0.0111247259525038
|
137 |
+
135,3.0059900283813477,3.8107926860046386,35.14400000488281,54.48799997802735,0.009788696740969294
|
138 |
+
136,2.9911904335021973,3.8233774924468995,34.93000003173828,54.30000001098633,0.008536100493586551
|
139 |
+
137,2.9871811866760254,3.8200714123535158,35.026000031738285,54.44399997314453,0.007367486640468379
|
140 |
+
138,2.975555419921875,3.838066194076538,34.84800004760742,54.144000026855466,0.0062833677742737855
|
141 |
+
139,2.9698402881622314,3.843063649902344,34.78999999633789,54.111999989013675,0.005284219425367942
|
142 |
+
140,2.9598073959350586,3.8197866806793215,35.016000007324216,54.4160000378418,0.004370479853238885
|
143 |
+
141,2.9604668617248535,3.8244626051330566,34.95200000244141,54.32200006958008,0.003542549854262278
|
144 |
+
142,2.9512643814086914,3.8194301012420655,35.06800004272461,54.41000002441406,0.0028007925858990037
|
145 |
+
143,2.947340488433838,3.8177618417358397,35.03400003173828,54.34200002929688,0.0021455334074023335
|
146 |
+
144,2.9478812217712402,3.8047248735046386,35.15400005615234,54.61399995727539,0.0015770597371044472
|
147 |
+
145,2.939971446990967,3.8246466130065917,34.91800000732422,54.347999946289065,0.001095620926345342
|
148 |
+
146,2.9368896484375,3.81159196144104,35.13600003417969,54.471999973144534,0.000701428150099126
|
149 |
+
147,2.9364731311798096,3.8063423165893555,35.133999982910154,54.55000003540039,0.00039465431434568824
|
150 |
+
148,2.9346437454223633,3.8170816706085207,34.988000020751954,54.476000013427736,0.00017543398022832336
|
151 |
+
149,2.935042142868042,3.823150135498047,34.89400003417969,54.403999986572266,4.3863305030900085e-05
|
pytorch-image-models/timm/__pycache__/__init__.cpython-39.pyc
ADDED
Binary file (548 Bytes). View file
|
|
pytorch-image-models/timm/__pycache__/version.cpython-39.pyc
ADDED
Binary file (159 Bytes). View file
|
|
pytorch-image-models/timm/data/__pycache__/__init__.cpython-39.pyc
ADDED
Binary file (1.2 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/auto_augment.cpython-39.pyc
ADDED
Binary file (27.6 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/config.cpython-39.pyc
ADDED
Binary file (2.72 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/constants.cpython-39.pyc
ADDED
Binary file (611 Bytes). View file
|
|
pytorch-image-models/timm/data/__pycache__/dataset.cpython-39.pyc
ADDED
Binary file (5.83 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/dataset_factory.cpython-39.pyc
ADDED
Binary file (6.03 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/dataset_info.cpython-39.pyc
ADDED
Binary file (3.35 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/distributed_sampler.cpython-39.pyc
ADDED
Binary file (4.42 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/imagenet_info.cpython-39.pyc
ADDED
Binary file (3.83 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/loader.cpython-39.pyc
ADDED
Binary file (12.7 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/mixup.cpython-39.pyc
ADDED
Binary file (11.2 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/random_erasing.cpython-39.pyc
ADDED
Binary file (3.94 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/real_labels.cpython-39.pyc
ADDED
Binary file (2.52 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/transforms.cpython-39.pyc
ADDED
Binary file (18.3 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc
ADDED
Binary file (12.6 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/__init__.cpython-39.pyc
ADDED
Binary file (229 Bytes). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/class_map.cpython-39.pyc
ADDED
Binary file (1.03 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/img_extensions.cpython-39.pyc
ADDED
Binary file (1.88 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader.cpython-39.pyc
ADDED
Binary file (1.11 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader_factory.cpython-39.pyc
ADDED
Binary file (1.4 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader_hfds.cpython-39.pyc
ADDED
Binary file (2.7 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader_image_folder.cpython-39.pyc
ADDED
Binary file (3.89 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader_image_in_tar.cpython-39.pyc
ADDED
Binary file (7.87 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/__init__.cpython-39.pyc
ADDED
Binary file (5.85 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/activations.cpython-39.pyc
ADDED
Binary file (7.78 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/activations_me.cpython-39.pyc
ADDED
Binary file (8.6 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/adaptive_avgmax_pool.cpython-39.pyc
ADDED
Binary file (7.24 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/attention2d.cpython-39.pyc
ADDED
Binary file (9.53 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/attention_pool.cpython-39.pyc
ADDED
Binary file (3.1 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/attention_pool2d.cpython-39.pyc
ADDED
Binary file (8.67 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/blur_pool.cpython-39.pyc
ADDED
Binary file (3.09 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/bottleneck_attn.cpython-39.pyc
ADDED
Binary file (6.32 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/cbam.cpython-39.pyc
ADDED
Binary file (5.07 kB). View file
|
|