OpenGVLab/Hulk

How to train&eval hulk without slurm?

Bo396543018 opened this issue · 2 comments

Is there any good way to train or evaluate Hulk without using Slurm?

In https://github.com/OpenGVLab/Hulk/blob/main/core/distributed_utils.py#L525-L533, the original code supports torch.distributed init. Create a new train.sh might be enough. You may find this blog helpful.

OK, Thank you~