Closed spacegoing closed 4 years ago
This seems to be a fix. Would love to know your opinion https://github.com/pytorch/pytorch/issues/1494#issuecomment-305993854
I think I have fixed it, at least for the Dockerfile. Did you try it? I remember spawn will lead to some other problems.
Hi Shangtong sorry for the late reply. I forgot to reply you.
May I ask what do you mean by fixing it in Dockerfile? I would like to try it but do not know where should I start with.
Thanks!
I mean this error shouldn't occur if you use the docker environment, composed by the Dockerfile I provided.
Many thanks for your reply! However, my uni's servers do not provide docker service. Would you have any idea how am I able to get it working without docker?
Thanks:D
No..
Lol. No worries. I ll let you know once I figured something out
Hi Shangtong,
I hit this error when I run ~example.py/dqn_pixel(game=game)~. It seems to be related to CUDA multiprocessing. Do you have some suggestions on how to fix this?