CenterNet
CenterNet copied to clipboard
RuntimeError:unable to write to file </torch>.....
I have met this problem when i train the CenterNet 52model, how can i solve it.
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 yes, i am using docker, i'll try your solution. Thanks
@zxue01 it work, 3q
Can you please share your dockerfile? I am having problems with conda and pytorch