NexusXi
Results
1
issues of
NexusXi
项目是生成对抗网络七日打卡营:自选模型实现超分这一任务,我将其改成多卡脚本任务, 代码是参考了原项目的notebook,其中实现多卡的代码是 CUDA_VISIBLE_DEVICES=0,1,2,3 python -m paddle.distributed.launch main.py --config-file ../../esrgan_psnr_x4_div2k.yaml 这句话是照抄:https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/zh_CN/get_started.md#多卡训练 出现warning: INFO 2021-04-19 19:19:50,552 launch_utils.py:475] details abouts PADDLE_TRAINER_ENDPOINTS can be found in log/endpoints.log, and detail running logs maybe found in...