-
Notifications
You must be signed in to change notification settings - Fork 34
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
HOW TO: Training in Google Colab (Single T4) and "NotImplementedError" #39
Comments
I modified my command to:
About the same output:
|
Issue changed. I went to my own device to test training, I had to download COCO dataset for this which was really a hassle since the dataset is 16GB+, and I think that was only for the "train" images. So after downloading, I seem to be able to move to the next section but now, I am also getting "NotImplementedError", it seems to be the same issue from this: https://github.com/ShihuaHuang95/DEIM/issues/33 Training command: The output is below:
|
i have installed a lower torchvision version. which should fix the last problem. |
Thank you. I did your recommendations, I even downgraded my torchvision down to 0.15.0 but I encountered an error in which it says >= 0.15.2. So I installed 0.15.2. After that, I restarted my runtime to make sure everything is reloaded. I first ran an inference using the
I then ran the training command:
The result:
I searched for the keyword: The answer provided is to check for paths and configuration which I believe I have already done so. Any recommendations, ideas? |
maybe try to run it with python instead of torchrun first: |
I ran using pytorch -> I got same result of:
Inference works on all versions/installations above. My JSON files also seem compliant (section of the file in
I kept getting the same error:
My custom dataset is from Roboflow exported in COCO format. |
Hello, I am trying to play around with what is here. Thank you for your efforts by the way!
-> I followed folder structure and dataset format
-> Went to custom_detection.yml and changed coco remap to false
-> I also changed the parameters in custom_detection.yml as gleaned below:
And my dataloader.yml to (rduce batch size):
I then got the following output:
Is my method in training correct? I followed steps but I seem to be missing something. Also I notice that why does the training need to search for
'/datassd/COCO/annotations/instances_train2017.json'
when I am intending for custom dataset?The text was updated successfully, but these errors were encountered: