mv3_distill.yml 444 B

12345678910111213141516171819202122232425262728293031
  1. class_dim: 100
  2. total_images: 50000
  3. epochs: 1000
  4. topk: 5
  5. save_model_dir: ./output/
  6. use_gpu: True
  7. model_type: cls_distill
  8. LEARNING_RATE:
  9. function: 'Cosine'
  10. params:
  11. lr: 0.001
  12. warmup_epoch: 5
  13. OPTIMIZER:
  14. function: 'Momentum'
  15. params:
  16. momentum: 0.9
  17. regularizer:
  18. function: 'L2'
  19. factor: 0.00002
  20. TRAIN:
  21. batch_size: 1280
  22. num_workers: 4
  23. VALID:
  24. batch_size: 64
  25. num_workers: 4