-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Train with multiple(4) GPUs #10496
Comments
Did you solve this problem? |
i have met the same problem, did u solve this? |
I installed mmcv-full==1.3.9 |
Hi, I have replied on github
精彩人生
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年11月22日(星期三) 中午1:04
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [open-mmlab/mmdetection] Train with multiple(4) GPUs (Issue #10496)
i have met the same problem, did u solve this?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thanks very much!!!
李梓康
***@***.***
…------------------ 原始邮件 ------------------
发件人: "open-mmlab/mmdetection" ***@***.***>;
发送时间: 2023年11月23日(星期四) 上午10:24
***@***.***>;
***@***.******@***.***>;
主题: Re: [open-mmlab/mmdetection] Train with multiple(4) GPUs (Issue #10496)
Hi, I have replied on github
 
精彩人生
***@***.***
 
------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年11月22日(星期三) 中午1:04
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [open-mmlab/mmdetection] Train with multiple(4) GPUs (Issue #10496)
i have met the same problem, did u solve this?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I utilized the following code: CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node 2 tools/train.py --launcher pytorch --config 'configs/dota/config.py'
Appeared Error: TypeError: conv2d() received an invalid combination of arguments - got (DataContainer, Parameter, NoneType, tuple, tuple, tuple, int), but expected one of:
didn't match because some of the arguments have invalid types: (DataContainer, Parameter, NoneType, tuple, tuple, tuple, int)
The text was updated successfully, but these errors were encountered: