XiaohangZhan / deocclusion

Code for our CVPR 2020 work.
Apache License 2.0
795 stars 104 forks source link

ValueError: Unexpected option: --local_rank=0 #4

Closed XDhughie closed 4 years ago

XDhughie commented 4 years ago

Traceback (most recent call last): File "/root/.pycharm_helpers/pydev/pydevd.py", line 1961, in main setup = process_command_line(sys.argv) File "/root/.pycharm_helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py", line 145, in process_command_line raise ValueError("Unexpected option: " + argv[i]) ValueError: Unexpected option: --local_rank=0 Usage: pydevd.py --port N [(--client hostname) | --server] --file executable [file_options]

Process finished with exit code 0

when i debug,the error occurs。

XiaohangZhan commented 4 years ago

Pycharm may not support distributed training. Please launch it via the command line according to README.