You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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! 😊
when loading any yolo nas model. I am getting error as
AttributeError: 'YoloNAS_L' object has no attribute 'get'
.The text was updated successfully, but these errors were encountered: