stanford-futuredata / noscope

Accelerating network inference over video
http://dawn.cs.stanford.edu/2017/06/22/noscope/
436 stars 122 forks source link

Run noscope got error #32

Closed janhuang6 closed 6 years ago

janhuang6 commented 6 years ago

I have installed tensorflow-noscope and noscope by following the instruction. When I run noscope/example/run.sh

It complained:

ImportError: No module named noscope ImportError: No module named tensorflow

So what did I miss to have python finds noscope and tensorflow?

Thanks, Jan

ddkang commented 6 years ago

Unfortunately I've never seen this error. If you're using a virtual environment, please activate it before running the script.

janhuang6 commented 6 years ago

I found the fix. That was to downgrade tensorflow from 1.4 to 0.12

janhuang6 commented 6 years ago

This issue is closed with above mentioned fix.