Closed YeungChiu closed 1 year ago
@YeungChiu Thanks for your interest in this work!
I didn't try the implementation of the multi-GPU training. Actually, the mmaction2 codebase used by this repo contains the multi-GPU distributed training script here. But to use it, you may need to take a closer look at the details in tools/train.py
and all single GPU execution lines, and make some potential adaptations to the multi-GPU setting.
@Cogito2012 Perhaps I should analyze the code. Thank you.
Hello.
Your work is really amazing. And I run your code successfully by using one GPU. Then I want to run the code by using multiple GPUs, and I got one error these days.
And I run the code with the following command,
So I want to know that how you use multilpe GPUs to train. I'd appreciated it if you can give one example.