Training hyperparams
get(config_name, overriding_params=None)
Class for creating training hyper parameters dictionary, taking defaults from yaml files in src/super_gradients/recipes.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config_name |
yaml config filename in recipes (for example coco2017_yolox). |
required | |
overriding_params |
Dict
|
Dict, dictionary like object containing entries to override in the recipe's training hyper parameters dictionary. |
None
|
Source code in V3_2/src/super_gradients/training/training_hyperparams/training_hyperparams.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
|