{ "batch_size": 256, "epochs": 30, "model": "shvit_s2", "input_size": 224, "model_ema": true, "model_ema_decay": 0.99996, "model_ema_force_cpu": false, "opt": "adamw", "opt_eps": 1e-08, "opt_betas": null, "clip_grad": 0.02, "clip_mode": "agc", "momentum": 0.9, "weight_decay": 0.025, "sched": "cosine", "lr": 0.001, "lr_noise": null, "lr_noise_pct": 0.67, "lr_noise_std": 1.0, "warmup_lr": 1e-06, "min_lr": 1e-05, "decay_epochs": 30, "warmup_epochs": 5, "cooldown_epochs": 10, "patience_epochs": 10, "decay_rate": 0.1, "ThreeAugment": false, "color_jitter": 0.4, "aa": "rand-m9-mstd0.5-inc1", "smoothing": 0.1, "train_interpolation": "bicubic", "repeated_aug": true, "reprob": 0.25, "remode": "pixel", "recount": 1, "resplit": false, "mixup": 0.8, "cutmix": 1.0, "cutmix_minmax": null, "mixup_prob": 1.0, "mixup_switch_prob": 0.5, "mixup_mode": "batch", "teacher_model": "regnety_160", "teacher_path": "https://dl.fbaipublicfiles.com/deit/regnety_160-a5fe301d.pth", "distillation_type": "none", "distillation_alpha": 0.5, "distillation_tau": 1.0, "finetune": "", "set_bn_eval": false, "data_path": "dataset/", "data_set": "EUROSAT", "medmnist_dataset": "pathmnist", "inat_category": "name", "output_dir": "results/shvit_s2_EUROSAT_frac1.0", "device": "cuda", "seed": 0, "resume": "", "start_epoch": 0, "eval": false, "dist_eval": true, "num_workers": 10, "pin_mem": true, "world_size": 2, "dist_url": "env://", "save_freq": 100, "train_subset_fraction": 1.0, "subset_seed": 42, "rank": 0, "gpu": 0, "distributed": true, "dist_backend": "nccl", "nb_classes": 10 }