Skip to content

Instantly share code, notes, and snippets.

@rwightman
Last active June 27, 2021 09:42
Show Gist options
  • Save rwightman/823e519bfb1eb3064552d34605a6b409 to your computer and use it in GitHub Desktop.
Save rwightman/823e519bfb1eb3064552d34605a6b409 to your computer and use it in GitHub Desktop.
low aug resnet50 trials for PyTorch XLA test
aa: null
amp: false
aug_splits: 0
batch_size: 256
bn_eps: null
bn_momentum: null
bn_tf: false
channels_last: false
checkpoint_hist: 10
clip_grad: 1.0
clip_mode: norm
color_jitter: 0.0
cooldown_epochs: 10
crop_pct: null
cutmix: 0.0
cutmix_minmax: null
data_dir: gs://my-imagenet
dataset: tfds/imagenet2012:5.0.0
decay_epochs: 30
decay_rate: 0.1
dist_bn: reduce
drop: 0.2
drop_block: null
drop_connect: null
drop_path: 0.1
epoch_repeats: 0.0
epochs: 400
eval_metric: top1
experiment: ''
gp: null
hflip: 0.5
img_size: null
initial_checkpoint: ''
input_size: null
interpolation: ''
jsd: false
local_rank: 0
log_interval: 50
log_wandb: false
lr: 0.8
lr_cycle_limit: 1
lr_cycle_mul: 1.0
lr_noise:
- 0.4
- 1.0
lr_noise_pct: 0.67
lr_noise_std: 1.0
mean: null
min_lr: 1.0e-05
mixup: 0.0
mixup_mode: batch
mixup_off_epoch: 0
mixup_prob: 1.0
mixup_switch_prob: 0.5
model: resnet50
model_ema: true
model_ema_decay: 0.99993
model_ema_force_cpu: false
momentum: 0.9
no_aug: false
no_resume_opt: false
num_classes: null
opt: sgd
opt_betas: null
opt_eps: null
output: ''
patience_epochs: 10
pin_mem: false
pretrained: false
ratio:
- 0.75
- 1.3333333333333333
recount: 1
recovery_interval: 0
remode: const
reprob: 0.0
resplit: false
resume: ''
save_images: false
scale:
- 0.08
- 1.0
sched: cosine
seed: 42
smoothing: 0.1
split_bn: false
start_epoch: null
std: null
sync_bn: false
torchscript: false
train_interpolation: random
train_split: train
tta: 0
use_multi_epochs_loader: false
val_split: validation
validation_batch_size_multiplier: 1
vflip: 0.0
warmup_epochs: 5
warmup_lr: 1.0e-06
weight_decay: 2.0e-05
workers: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment