How to train&eval hulk without slurm?
Bo396543018 opened this issue · 2 comments
Bo396543018 commented
Is there any good way to train or evaluate Hulk without using Slurm?
Cohesion97 commented
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.
Bo396543018 commented
OK, Thank you~