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

AttributeError: 'YoloNAS_L' object has no attribute 'get' #18

Open
aniketzz opened this issue Jul 27, 2023 · 3 comments
Open

AttributeError: 'YoloNAS_L' object has no attribute 'get' #18

aniketzz opened this issue Jul 27, 2023 · 3 comments

Comments

@aniketzz
Copy link

when loading any yolo nas model. I am getting error as AttributeError: 'YoloNAS_L' object has no attribute 'get'.

@glenn-jocher
Copy link
Member

@aniketzz this error is likely due to a mismatch between the version of YOLO and your code. It appears that the "get" method is being called on a YoloNAS_L object, which does not have a "get" attribute. Make sure you are using the correct version of YOLO and that your code is compatible with it. This should resolve the issue.

@jrsebastian
Copy link

@aniketzz have you resolve the issue?

@pderrenger
Copy link
Member

Hi @jrsebastian! Just checking in to see if you were able to resolve the issue with the 'YoloNAS_L' object? If you're still encountering problems, could you please share a bit more info about your setup or any specific error messages you're seeing? This would help us provide more targeted assistance. Thanks! 😊

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

No branches or pull requests

4 participants