how to compress my data into a .pt file? #5653
Unanswered
Wenjian-Ma
asked this question in
Q&A
Replies: 1 comment
-
Maybe you can elaborate some more. But |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here, data_list denotes a set of molecular graph, which can be compress into .pt file by "torch.save((data, slices), self.processed_paths[0])". However, I want to compress protein graph and molecular graph (i.e., data_prot_list) into one .pt file, anyone can tell me the solution of this question? Thanks so much!

Beta Was this translation helpful? Give feedback.
All reactions