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

#970 Update YoloNASQuickstart.md

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bugfix/SG-000_fix_readme_yolonas_snippets
@@ -17,7 +17,7 @@ In this tutorial, we will go over the basic functionality of the YOLO-NAS model.
 from super_gradients.training import models
 from super_gradients.training import models
 from super_gradients.common.object_names import Models
 from super_gradients.common.object_names import Models
 
 
-net = models.get(Models.YoloNAS_S, pretrained_weights="coco")
+net = models.get(Models.YOLO_NAS_S, pretrained_weights="coco")
 ```
 ```
 
 
 ## Predict
 ## Predict
Discard
Tip!

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