Skip to content
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

Open
622tongtong opened this issue Jun 13, 2023 · 5 comments
Open

Train with multiple(4) GPUs #10496

622tongtong opened this issue Jun 13, 2023 · 5 comments
Assignees

Comments

@622tongtong
Copy link

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:

  • (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, tuple of ints padding, tuple of ints dilation, int groups)
    didn't match because some of the arguments have invalid types: (DataContainer, Parameter, NoneType, tuple, tuple, tuple, int)
@lm-xml
Copy link

lm-xml commented Sep 14, 2023

Did you solve this problem?

@jimuIee
Copy link

jimuIee commented Nov 22, 2023

i have met the same problem, did u solve this?

@622tongtong
Copy link
Author

I installed mmcv-full==1.3.9

@622tongtong
Copy link
Author

622tongtong commented Nov 23, 2023 via email

@jimuIee
Copy link

jimuIee commented Nov 24, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants