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

#869 Add DagsHub Logger to Super Gradients

Merged
Ghost merged 1 commits into Deci-AI:master from timho102003:dagshub_logger
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
  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. - _self_
  7. - variable_setup
  8. train_dataloader: imagenet_train
  9. val_dataloader: imagenet_val
  10. resume: False
  11. training_hyperparams:
  12. resume: ${resume}
  13. experiment_name: mobileNetv3_large_training
  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