Ree1s / IDM

289 stars 22 forks source link

Environment problem #33

Open ZH3nGsQ opened 5 months ago

ZH3nGsQ commented 5 months ago

When I use

python setup.py develop

after I install requirements. An error occurred: image Is that correlated with visual studio version? I use visual studio 2017. Thanks for reply!

ZH3nGsQ commented 5 months ago

And I use

CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=1 --master_port=12392 --use_env idm_main.py -p train -c config/ffhq_liifsr3_scaler_16_128.json -r checkpoints/face

to train on one gpu, this error occurred: image I really can't solve this problem, do you have any solution?