-
I'm working on 3d Meshes. I have 380 meshes of dataset ' A Benchmark for 3D Mesh Segmentation '. Im doing some preprocessing on those mesh. It was taking too long hence I did some file preprocessing on my local system and remaining on google colab. Later I downloaded all prepocessed files from my drive and merged all preprocessed files ( i.e. from my local system and downloaded ). When I tried to load downloaded files from colab using torch.load then it is throwing error.
But when I load file processed on my local system those work fine. I'm local system is MacBook Air M1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Looks like you are using different PyG versions on both systems. Can you confirm? |
Beta Was this translation helpful? Give feedback.
Looks like you are using different PyG versions on both systems. Can you confirm?