Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update YoloNASQuickstart.md #970

Merged
merged 1 commit into from
May 10, 2023

Conversation

avideci
Copy link
Contributor

@avideci avideci commented May 10, 2023

Changed:

>>> net = models.get(Models.YoloNAS_S, pretrained_weights="coco")

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: type object 'Models' has no attribute 'YoloNAS_S'

To be:

>>> Models.YOLO_NAS_
Models.YOLO_NAS_L  Models.YOLO_NAS_M  Models.YOLO_NAS_S  
>>> Models.YOLO_NAS_S

Changed:

```python
>>> net = models.get(Models.YoloNAS_S, pretrained_weights="coco")

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: type object 'Models' has no attribute 'YoloNAS_S'
```

To be:
```python
>>> Models.YOLO_NAS_
Models.YOLO_NAS_L  Models.YOLO_NAS_M  Models.YOLO_NAS_S  
>>> Models.YOLO_NAS_S
```
@dagshub
Copy link

dagshub bot commented May 10, 2023

Copy link
Collaborator

@shaydeci shaydeci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shaydeci shaydeci merged commit e87400f into master May 10, 2023
@shaydeci shaydeci deleted the bugfix/SG-000_fix_readme_yolonas_snippets branch May 10, 2023 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants