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

Title: EOFError Encountered During Training #59

Open
Fuyuuuuu opened this issue Jun 23, 2023 · 3 comments
Open

Title: EOFError Encountered During Training #59

Fuyuuuuu opened this issue Jun 23, 2023 · 3 comments

Comments

@Fuyuuuuu
Copy link

While training my PointNetGPD model, I ran into an EOFError: No data left in file that halted the training process. The error was raised when the training script was attempting to load a file using numpy's np.load() function as part of the getitem() method in the PointGraspOneViewDataset class.
螢幕擷取畫面 (43)

@lianghongzhuo
Copy link
Owner

what's your batch size?

@Fuyuuuuu
Copy link
Author

Fuyuuuuu commented Jun 25, 2023

16, Here is my command:
python main_1v.py --epoch 100 --mode train --batch-size 16

@lianghongzhuo
Copy link
Owner

Please check your data. Your dataset might miss some files.

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

2 participants