-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问单GPU如何训练、测试? #21
Comments
尝试一下用分布式启动,GPU指定为1呢? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
把python分布式命令$CONFIG --launcher pytorch $ {@:3}
python -m torch.distributed.launch --nproc_per_node=$GPUS --master_port=$PORT
$(dirname "$0")/train.py
改成
python ./tools/train.py ./configs/FTVSR_reds4.py
运行模型训练报错:KeyError: 'TTVSR is not in the model registry'
请问是什么原因呢?
The text was updated successfully, but these errors were encountered: