-
Notifications
You must be signed in to change notification settings - Fork 37
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
TypeError: h5py objects cannot be pickled #19
Comments
Hi, could you please provide the full command to reproduce this error? |
Hi, I am also receiving this problem when I run:
I receive this:
Please let me know, thanks! |
Hi @Cranial-XIX |
@Cranial-XIX Any solutions? |
Tried all configurations of |
Try adding these two lines to venv.py. This took me like two days to figure out, so I hope this helps! |
@raymondyu5 Thanks for the response. Where should I exactly add these lines? Btw, from my understanding, |
Hi @BrightMoonStar, @raymondyu5 and @Cranial-XIX |
Hi!
|
I meet the same problem |
Have you solved it?Thanks for your reply! |
Hi, I commented two lines when creating the dataloader in base.py:
|
Dear all, I tried to remove the multiprocessing for training the first task in LIBERO, and it worked well. But when training the second task, the same problem occurred but due to a different reason:
It seems when running experience reply algorithm, this Besides, I noticed Robomimic also made use of multiprocessing for training with data as hdf5 files. While their implementations are very similar to LIBERO's, but didn't encounter this error, which is also confusing. May I have your insights about this issue? Look forward to your reply! @Cranial-XIX @zhuyifengzju |
Can you comment the
From 270-271 in |
Thank you so much for your reply! Your solution worked! However, if I comment out the two lines, the issue reappears (#3). I would first try downgrading the Cuda/Driver version on the server, and see how it goes. Thank you so much again! |
I still get the same problem after adding the two lines. Do you know how to solve it? |
Hi~
When I set num_worker to a number greater than 0, the following error will appear. How to solve this problem? I know that num_worker=0 can run, but I want to further improve the running speed. Thank you very much!
The text was updated successfully, but these errors were encountered: