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
{{ message }}
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
C:\azsphere\ELL-master\build\host>python call_model.py
Traceback (most recent call last):
File "call_model.py", line 8, in
import model
File "C:\azsphere\ELL-master\build\host\model.py", line 11, in
import _model
ModuleNotFoundError: No module named '_model'
Hi,
while following steps Win 10from https://microsoft.github.io/ELL/tutorials/Getting-started-with-image-classification-on-the-Raspberry-Pi/ on Win 10 x64 machine,
C:\azsphere\ELL-master\build\host>python call_model.py
Traceback (most recent call last):
File "call_model.py", line 8, in
import model
File "C:\azsphere\ELL-master\build\host\model.py", line 11, in
import _model
ModuleNotFoundError: No module named '_model'
my built files under "host" folder are uploaded to https://www.dropbox.com/s/64zg0orbjsmnr4l/host.zip?dl=0, please help. Thanks!
Ken