Closed zhirui-gao closed 1 year ago
the code stuck on "Matching image pairs...: 27%|██▋ | 12/45 [00:11<00:07, 4.67it/s]" repeated 4x across cluster
Hi, I think this may because CUDA OOM due to the parallel matching. You can turn off it by setting use_local_ray=False.
use_local_ray=False
Thanks, it works.
the code stuck on "Matching image pairs...: 27%|██▋ | 12/45 [00:11<00:07, 4.67it/s]" repeated 4x across cluster