sunnyxiaohu / R-C3D.pytorch

R-C3D pytorch implementation
248 stars 67 forks source link

pytorch1.1 no dist_utils #51

Closed WXYsunshy closed 4 years ago

WXYsunshy commented 4 years ago

Traceback (most recent call last): File "./trainval_net.py", line 25, in from model.utils.dist_utils import dist_init, average_gradients, DistModule, get_world_size ModuleNotFoundError: No module named 'model.utils.dist_utils'

qinguoyi commented 4 years ago

hi, do you solve this question?

yukeqi12345 commented 4 years ago

no

sunnyxiaohu commented 4 years ago

Hi, Comment this line would solve this issue temporatelly.