-
Notifications
You must be signed in to change notification settings - Fork 25
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
Dataloader problem #7
Comments
Sorry I don't recall this error. Can you check if the dataset is complete, and the path to your dataset is correct? Can you print the filename to see which sample caused the error? |
I encounter the same situation. In |
thank you so much @aruba01! That makes a lot of sense. I think an easy fix to this issue could be that whenever the batch is None, we reset it to be a dummy batch, and in the training loop, we simply skip dummy batches whenever we detect them. I think this will resolve this issue and I will try to push an update soon. |
Hi,
I was trying to run the training from scratch and I am encountering this error. Do you know any particular reasons for this error.
I am using batch_size of 1 and GPU of 4GB
The text was updated successfully, but these errors were encountered: