We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用以下代码,进行单机多卡训练,出现两张卡比一张卡训练速度慢, trainer = pl.Trainer.from_argparse_args(args, callbacks=[checkpoint], gpus=2, logger=False, accelerator='dp') 请问是哪里设置的有问题吗?
单卡训练: duo'ka 多卡训练:
The text was updated successfully, but these errors were encountered:
同样的问题
Sorry, something went wrong.
可能是fsdp的原因
No branches or pull requests
使用以下代码,进行单机多卡训练,出现两张卡比一张卡训练速度慢,
trainer = pl.Trainer.from_argparse_args(args, callbacks=[checkpoint], gpus=2, logger=False, accelerator='dp')
请问是哪里设置的有问题吗?
单卡训练:
duo'ka
多卡训练:
The text was updated successfully, but these errors were encountered: