You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I followed step 2.Train in Train your own model, I used command ./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc res50 and an error occurred:
File "/usr/local/lib/python2.7/dist-packages/torch/init.py", line 54, in
from torch._C import *
ImportError: dlopen: cannot load any more object with static TLS
Command exited with non-zero status 1
Anybody knows how to solve this?
The text was updated successfully, but these errors were encountered:
When I followed step 2.Train in Train your own model, I used command ./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc res50 and an error occurred:
File "/usr/local/lib/python2.7/dist-packages/torch/init.py", line 54, in
from torch._C import *
ImportError: dlopen: cannot load any more object with static TLS
Command exited with non-zero status 1
Anybody knows how to solve this?
The text was updated successfully, but these errors were encountered: