facebookresearch / mobile-vision

Mobile vision models and code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'mobile_cv.torch'

petoor opened this issue · comments

>>> import mobile_cv
>>> from mobile_cv.torch.utils_caffe2.ws_utils import ScopedWS
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'mobile_cv.torch'

Used here : https://github.com/facebookresearch/d2go/blob/master/d2go/export/logfiledb.py#L8

Could be related to : facebookresearch/d2go#56

I can move the issue to d2go if you find it to belong there.