Created
December 26, 2022 20:01
-
-
Save yazdanbakhsh/a02f1189dd64c1a97c1d815035ccc3aa to your computer and use it in GitHub Desktop.
Configuration used to train ViT-B/16 from scratch using timm library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aa: rand-m15-n2-p1-mstd0 | |
amp: true | |
amp_dtype: float16 | |
amp_impl: native | |
aot_autograd: false | |
aug_repeats: 0 | |
aug_splits: 0 | |
batch_size: 256 | |
bce_loss: true | |
bce_target_thresh: null | |
bn_eps: null | |
bn_momentum: null | |
channels_last: false | |
checkpoint_freq_epoch: 5 | |
checkpoint_hist: 60 | |
class_map: '' | |
clip_grad: 1.0 | |
clip_mode: norm | |
color_jitter: null | |
cooldown_epochs: 5 | |
crop_pct: null | |
cutmix: 0.0 | |
cutmix_minmax: null | |
data: null | |
data_dir: XX | |
dataset: XX | |
dataset_download: false | |
decay_epochs: 100 | |
decay_milestones: | |
- 90 | |
- 180 | |
- 270 | |
decay_rate: 0.1 | |
dist_bn: reduce | |
drop: 0.1 | |
drop_block: null | |
drop_connect: null | |
drop_path: 0.1 | |
epoch_repeats: 0.0 | |
epochs: 300 | |
eval_metric: top1 | |
experiment: '' | |
fast_norm: false | |
force_cpu: false | |
fuser: '' | |
gp: token | |
grad_checkpointing: false | |
hflip: 0.5 | |
img_size: null | |
in_chans: null | |
initial_checkpoint: '' | |
input_size: null | |
interpolation: '' | |
jsd_loss: false | |
layer_decay: null | |
local_rank: 0 | |
log_interval: 50 | |
log_wandb: false | |
lr: null | |
lr_base: 0.0001 | |
lr_base_scale: '' | |
lr_base_size: 256 | |
lr_cycle_decay: 0.5 | |
lr_cycle_limit: 1 | |
lr_cycle_mul: 1.0 | |
lr_k_decay: 1.0 | |
lr_noise: null | |
lr_noise_pct: 0.67 | |
lr_noise_std: 1.0 | |
mean: null | |
min_lr: 5.0e-07 | |
mixup: 0.5 | |
mixup_mode: batch | |
mixup_off_epoch: 0 | |
mixup_prob: 1.0 | |
mixup_switch_prob: 0.5 | |
model: vit_base_patch16_224 | |
model_ema: false | |
model_ema_decay: 0.9998 | |
model_ema_force_cpu: false | |
momentum: 0.9 | |
no_aug: false | |
no_ddp_bb: false | |
no_prefetcher: false | |
no_resume_opt: false | |
num_classes: null | |
opt: adamw | |
opt_betas: null | |
opt_eps: 1.0e-08 | |
output: vit_base_pretrain_timm_2022_12_25_11_26_PM | |
patience_epochs: 10 | |
pin_mem: false | |
pretrained: false | |
ratio: | |
- 0.75 | |
- 1.3333333333333333 | |
recount: 1 | |
recovery_interval: 0 | |
remode: pixel | |
reprob: 0.0 | |
resplit: false | |
resume: '' | |
save_images: false | |
scale: | |
- 0.08 | |
- 1.0 | |
sched: cosine | |
sched_on_updates: false | |
seed: 0 | |
smoothing: 0.0 | |
split_bn: false | |
start_epoch: null | |
std: null | |
sync_bn: false | |
torchcompile: null | |
torchscript: false | |
train_interpolation: random | |
train_split: train | |
tta: 0 | |
use_multi_epochs_loader: false | |
val_split: validation | |
validation_batch_size: null | |
vflip: 0.0 | |
warmup_epochs: 30 | |
warmup_lr: 5.0e-07 | |
warmup_prefix: false | |
weight_decay: 0.05 | |
worker_seeding: all | |
workers: 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment