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

#378 Feature/sg 281 add kd notebook

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-281-add_kd_notebook
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. # TODO: PRODUCE RESULTS AND ADD TENSORBOARDS, LOGS, TRAINING TIME ETC.
  2. defaults:
  3. - training_hyperparams: imagenet_mobilenetv3_train_params
  4. - dataset_params: imagenet_mobilenetv3_dataset_params
  5. - checkpoint_params: default_checkpoint_params
  6. train_dataloader: imagenet_train
  7. val_dataloader: imagenet_val
  8. model_checkpoints_location: local
  9. resume: False
  10. training_hyperparams:
  11. resume: ${resume}
  12. experiment_name: mobileNetv3_large_training
  13. ckpt_root_dir:
  14. multi_gpu: DDP
  15. num_gpus: 2
  16. architecture: mobilenet_v3_large
Discard
Tip!

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