pycharm remote intepreter unrecognized arguments: -u
Hi I was trying to use pycharm with remote ssh intepreter, below is the setting of the debug configuration:
however I got error of
when start the runing, without the intepreter options of -m torch.distributed.launch --nproc_per_node=8, I can run it without this error, but I have to pass the intepreter options, can someone help?
Please sign in to leave a comment.
Does it work if you run the same command remotely via SSH shell? (not using IDE)
I also have the same issue. If I run the same command via the shell, it would work normally; but the unrecognized option -u is added with no reason when I try running it via IDE.