Closed TITC closed 2 years ago
I encounterd this error and found a solution at detectron2
@zsc1220 it seems the dataset is not registered when you use multiple GPUs. Where do you register the dataset? In train_net you might need to register it in the main() function.
Thank you for your PR -- made some tiny tweaks to but others look great!
I encounterd this error and found a solution at detectron2