DiffusionDet
DiffusionDet copied to clipboard
how to run in multi nodes
want to use multi-node training, does the author have a good solution?
Hi,
Thanks for your interest.
We didn't experiment with multiple nodes. I believe it can work with multiple nodes since our codebase is based on detectron2.
You can refer https://github.com/facebookresearch/detectron2/issues/259 for more information.