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
Is it normal for the size of the model to double after training???
And when I used the trained model to reason, I still reported an error indicating that ultralytics.util was missing, but when I filled this in the code, it became a case of only running, no output, so i want ask about it why
The text was updated successfully, but these errors were encountered:
I use the training code
`from ultralytics import YOLO
if name == 'main':
Is it normal for the size of the model to double after training???
And when I used the trained model to reason, I still reported an error indicating that ultralytics.util was missing, but when I filled this in the code, it became a case of only running, no output, so i want ask about it why
The text was updated successfully, but these errors were encountered: