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.

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.
