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

#875 Feature/sg 761 yolo nas

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-761-yolo-nas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. # MobileNetV3 Small Imagenet classification training:
  2. # TODO: Add metrics
  3. #
  4. # Instructions:
  5. # 0. Make sure that the data is stored in dataset_params.dataset_dir or add "dataset_params.data_dir=<PATH-TO-DATASET>" at the end of the command below (feel free to check ReadMe)
  6. # 1. Move to the project root (where you will find the ReadMe and src folder)
  7. # 2. Run the command:
  8. # python -m super_gradients.train_from_recipe --config-name=imagenet_mobilenetv3_small
  9. defaults:
  10. - imagenet_mobilenetv3_base
  11. - arch_params: mobilenet_v3_small_arch_params
  12. - _self_
  13. - variable_setup
  14. arch_params:
  15. num_classes: 1000
  16. dropout: 0.2
  17. experiment_name: mobileNetv3_small_training
  18. architecture: mobilenet_v3_small
Discard
Tip!

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