Open scalavia87 opened 1 year ago
Is possible to use a detectron2-resnest trained model to infere using only CPU? I tried changing DEVICE from cuda to CPU in config.yaml file, but i get a NotImplemented error. (This works in original Detectron2)
Thanks in advance.
Is possible to use a detectron2-resnest trained model to infere using only CPU? I tried changing DEVICE from cuda to CPU in config.yaml file, but i get a NotImplemented error. (This works in original Detectron2)
Thanks in advance.