Closed Nuwan1654 closed 1 year ago
You can either edit recipe YAML to use multi GPU: https://github.com/Deci-AI/super-gradients/src/super_gradients/recipes/roboflow_yolo_nas_m.yaml
multi_gpu: DDP
num_gpus: 8
Or pass them via command line:
python -m super_gradients.train_from_recipe --config-name=roboflow_yolo_nas_m dataset_name=digits-t2eg6 multi_gpu=DDP num_gpus=8
are there any recipes for yolo nas large model
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.