Skip to content
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 failed on custom data set #60

Open
ikram-md opened this issue Jun 18, 2024 · 2 comments
Open

Training failed on custom data set #60

ikram-md opened this issue Jun 18, 2024 · 2 comments

Comments

@ikram-md
Copy link

Hi, so i have generated my own dataset, which is basically a filtered VG set on some classes, i did not filter the relations and my data follows the same format as the one indicated in the files. However when i start to train, the training immediately crashes while throwing this error. I am really interested in your work.
image

@yrcong
Copy link
Owner

yrcong commented Jun 24, 2024

Hi, thanks for your interest in our work! This error usually happens when an incorrect indexing operation is performed, including but not limited to index an empty tensor, the index is out of range...
I recommend you make a try expect debug to check your indexing operation.

@trangiahuy8444
Copy link

Hi, so i have generated my own dataset, which is basically a filtered VG set on some classes, i did not filter the relations and my data follows the same format as the one indicated in the files. However when i start to train, the training immediately crashes while throwing this error. I am really interested in your work. image

Can I reference your project? I'm fine-tuning it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants