Multi-GPU Training in Runner from cfg file
RonKat2008 opened this issue · 0 comments
RonKat2008 commented
from mmengine.runner import Runner
runner = Runner.from_cfg(cfg)
I am trying to train a the U-MixFormer. How do i enable multi gpu training in my notebook