UCDIR icon indicating copy to clipboard operation
UCDIR copied to clipboard

Environment setting or command setting?

Open csZcWu opened this issue 4 months ago • 0 comments

Hi, thanks for sharing your great job.

When I tried testing the code with 2 GPUs by modifying the command as

'CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch
--nproc_per_node=2 --master_port=4321
python -u sr.py -p val -c config/sid.yaml
--checkpoint experiments/sid/checkpoint/I_Elatest'

it raised an error as following

'/root/anaconda3/envs/UCDIR/bin/python: can't open file './UCDIR-main/python': [Errno 2] No such file or directory'.

How to fix this error?

csZcWu avatar Feb 23 '24 02:02 csZcWu