Visual code studio not working with training #15021
Unanswered
creativename00
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@creativename00 it sounds like the issue might be related to how Visual Studio Code handles the environment or resources. First, ensure you are using the latest version of the Ultralytics package. If the issue persists, try running VS Code as an administrator or adjusting the integrated terminal settings. Additionally, check if there are any conflicts with other extensions or settings in VS Code that might affect the DataLoader. If the problem continues, running the training script directly in a standalone Python environment might be the best approach. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm able to run my model, but when attempting to train it gets 90% of the way there on the first epoch and hangs up. If I run the same code in python by itself, then it works. Main difference I see is the python version is using dataloaders, while the vs code version is using 0. Tried updating or reverting the python extension version with no luck. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions