hyseob / PyMDNet

MDNet PyTorch implementation
Other
421 stars 150 forks source link

Segmentation fault (core dumped) #30

Closed chaoqunwangcs closed 5 years ago

chaoqunwangcs commented 5 years ago

when I run python run_'tracker.py -s DragonBaby', it happened in line 36 of bbreg.py, 'self.model.fit(X, Y)' , python-->3.6.2 torch-->1.0.0 sklearn-->0.19.0 opencv-->3.1.0 GPU-->tesla p40 and have 22G empty

chaoqunwangcs commented 5 years ago

maybe the reason is environment, i reconfigure it and no problem happen