Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

imagenet_mobilenetv3.yaml 733 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  1. # TODO: PRODUCE RESULTS AND ADD TENSORBOARDS, LOGS, TRAINING TIME ETC.
  2. defaults:
  3. - training_hyperparams: imagenet_mobilenetv3_train_params
  4. dataset_params:
  5. batch_size: 128
  6. dataset_interface:
  7. _target_: super_gradients.training.datasets.dataset_interfaces.dataset_interface.ImageNetDatasetInterface
  8. dataset_params: ${dataset_params}
  9. data_dir: /data/Imagenet
  10. data_loader_num_workers: 16
  11. model_checkpoints_location: local
  12. load_checkpoint: False
  13. experiment_name: mobileNetv3_large_training
  14. multi_gpu:
  15. _target_: super_gradients.training.sg_model.MultiGPUMode
  16. value: 'DDP'
  17. deci_model:
  18. _target_: super_gradients.SgModel
  19. experiment_name: ${experiment_name}
  20. multi_gpu: ${multi_gpu}
  21. architecture: mobilenet_v3_large
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...