You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: