Skip to content

Instantly share code, notes, and snippets.

@yazdanbakhsh
Created April 3, 2023 17:54
Show Gist options
  • Save yazdanbakhsh/a27345037ced07ece5af3c6b8e6cdfb7 to your computer and use it in GitHub Desktop.
Save yazdanbakhsh/a27345037ced07ece5af3c6b8e6cdfb7 to your computer and use it in GitHub Desktop.
Hyperparameters for ViT-Base-P16-224
aa: rand-m15-n2-p1-mstd0
amp: true
amp_dtype: bfloat16
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: 70
class_map: ''
clip_grad: 1.0
clip_mode: norm
color_jitter: null
cooldown_epochs: 2
crop_pct: null
cutmix: 0.0
cutmix_minmax: null
data: null
data_dir: XX
dataset: xx
dataset_download: false
decay_coef: 0.0002
decay_epochs: 100
decay_milestones:
- 90
- 180
- 270
decay_rate: 0.1
decay_type: LINEAR
dense_steps: 0
dist_bn: reduce
drop: 0.1
drop_block: null
drop_connect: null
drop_path: 0.1
epoch_repeats: 0.0
epochs: 350
eval_metric: top1
experiment: ''
fast_norm: false
fine_tune_steps: 0
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.001
lr_base_scale: ''
lr_base_size: 4096
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: 1.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: xx
patience_epochs: 10
pin_mem: true
pretrained: false
prune_rate: null
prune_rate_qkv: null
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
structure_decay_flag: false
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: 15
warmup_lr: 1.0e-07
warmup_prefix: false
weight_decay: 0.01
worker_seeding: all
workers: 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment