xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.49k stars 318 forks source link

RuntimeError when training #34

Closed SeriouslyHAO closed 5 years ago

SeriouslyHAO commented 5 years ago

Hello,I met this problem when training. File "train.py", line 22, in init_dist mp.set_start_method('spawn') File "/home/ai/anaconda3/lib/python3.7/multiprocessing/context.py", line 242, in set_start_method raise RuntimeError('context has already been set')

xinntao commented 5 years ago

Try to comment this line.

SeriouslyHAO commented 5 years ago

thx for reply