Closed YuzhouPeng closed 4 years ago
I use a single RTX 2080 on my machine
Hi @YuzhouPeng ,
Signals.SIGSEGV: 11
seems to be a common bug when you are using different libraries/environments for compiling and running the code. I find a similar issue in other projects such as nvvl, this might give you a hint to check the running/compiling libraries to fix the bug.
And I think you can open a issue in mmdetection , maybe you can find some way to fix it.
Thank you!
I use a new machine(CentOs7) and the program return CalledProcessError when running dist_train.sh: this is train.sh file: and dist_train.sh: All dependencies install succeed. cudnn version 7.6.3
Could you please help me figure out the problem? Thank you!