-
Notifications
You must be signed in to change notification settings - Fork 62
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
大佬 我在训练的时候遇到这个问题pytorch_lightning.utilities.exceptions.MisconfigurationException: DDPShardedPlugin
requires fairscale
to be installed. Install it by running pip install fairscale
.,但是我明明已经安装好了还是报相同的错,这是啥原因啊,另外想问一下cpu可以跑通么
#64
Comments
试试改个参数,不用fairscale
|
大佬我也遇到了同款问题,改成ddp后报了这个错误 |
你的数据集格式有问题,参考下旧版本里面的example中的数据格式 |
感谢回复,我更改key名称后数据加载条到一半多线程又报错了 |
num_workers改成0试试 |
okk了,主机用cpu模式太慢,pycham识别cuda.count()是有卡的,但pycharm连git运行sh文件就认不到卡pytorch_lightning.utilities.exceptions.MisconfigurationException: You requested GPUs: [0] 后面转到linux用4090没修改argument文件就能跑通 |
请问如何修改key的名称,是全部改成旧版本的示例数据的格式吗? |
No description provided.
The text was updated successfully, but these errors were encountered: