| |
|
|
| common: |
| fp16: true |
| log_format: json |
| log_interval: 200 |
| tensorboard_logdir: tb |
|
|
| checkpoint: |
| save_interval: 1 |
| save_interval_updates: 25000 |
| keep_interval_updates: 1 |
| no_epoch_checkpoints: true |
| best_checkpoint_metric: accuracy |
|
|
| task: |
| _name: image_classification |
| data: /datasets01/imagenet_full_size/061417 |
|
|
| dataset: |
| num_workers: 6 |
| batch_size: 64 |
| skip_invalid_size_inputs_valid_test: true |
| required_batch_size_multiple: 1 |
| valid_subset: val |
|
|
| distributed_training: |
| distributed_world_size: 8 |
| ddp_backend: c10d |
|
|
| criterion: |
| _name: model |
| log_keys: |
| - correct |
|
|
| optimization: |
| max_update: 100000 |
| lr: [0.0005] |
|
|
| optimizer: |
| _name: adam |
| adam_betas: (0.9,0.98) |
| adam_eps: 1e-06 |
| weight_decay: 0.01 |
|
|
| lr_scheduler: |
| _name: cosine |
| warmup_updates: 10000 |
|
|
| model: |
| _name: data2vec_image_classification |
| model_path: ??? |
|
|