CenterNet icon indicating copy to clipboard operation
CenterNet copied to clipboard

RuntimeError:unable to write to file </torch>.....

Open beHappy666 opened this issue 5 years ago • 4 comments

I have met this problem when i train the CenterNet 52model, how can i solve it.

beHappy666 avatar Jun 12 '19 07:06 beHappy666

Are you using Docker?

Add --ipc=host flag when you run the docker.

from https://discuss.pytorch.org/t/unable-to-write-to-file-torch-18692-1954506624/9990

zxue01 avatar Jun 13 '19 02:06 zxue01

@zxue01 yes, i am using docker, i'll try your solution. Thanks

beHappy666 avatar Jun 13 '19 06:06 beHappy666

@zxue01 it work, 3q

beHappy666 avatar Jun 13 '19 06:06 beHappy666

Can you please share your dockerfile? I am having problems with conda and pytorch

mosheliv avatar Jun 21 '19 01:06 mosheliv