-
Notifications
You must be signed in to change notification settings - Fork 479
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
Training doesn't start #317
Comments
any updates???? im stuck with the same issue |
The problem has been resolved. Steps taken:
Now everything works fine! |
ERROR: Could not find a version that satisfies the requirement torch==2.0.0+cu117 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1) |
Anyways, i used the versions you mentioned, kept torch at Version: 2.3.0 and then had to downgrade protobuf to 3.20.x and the training has started. Thanks @Psoriaz |
I'm trying to train a model on a custom dataset. The training begins, but stops at the moment of generating the dataset. The last lines that are printed to the console:
Resolving data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2117/2117 [00:00<00:00, 42802.73it/s] Resolving data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 605/605 [00:00<00:00, 46075.35it/s] Resolving data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 304/304 [00:00<00:00, 55909.34it/s] Downloading data: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2119/2119 [00:00<00:00, 38616.95files/s] Downloading data: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 607/607 [00:00<00:00, 45081.68files/s] Downloading data: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 306/306 [00:00<00:00, 52478.11files/s] Generating train split: 2116 examples [00:00, 9723.71 examples/s] Generating validation split: 604 examples [00:00, 17335.75 examples/s] Generating test split: 303 examples [00:00, 16679.23 examples/s]
What should I do? How to understand where exactly the problem is?
The text was updated successfully, but these errors were encountered: