You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: