Sam Abrahams
Sam Abrahams
Thanks for the question @mweber7 - unfortunately, `tensorflow/contrib/pi_examples/` and its related component `tensorflow/contrib/makefile/` aren't included in the .whl files here. There are a couple of reasons for this, the biggest...
@saurabhvyas which examples do you want to run? The main limitation on the Raspberry Pi is that training any model of significant size will cause the device to run out...
@saurabhvyas it's possible that is an issue specific to the Orange Pi. The [script I use for benchmarking](https://github.com/samjabrahams/tensorflow-on-raspberry-pi/tree/master/benchmarks/inceptionv3) is based on that example and is only minimally altered.
Got it- try downloading and running this file and see if it blows up again: https://raw.githubusercontent.com/samjabrahams/tensorflow-on-raspberry-pi/master/benchmarks/inceptionv3/classify_image_timed.py
Thanks for opening this up @lanewinfield - I'll have to try and build Bazel from scratch again to see if I can replicate. I'm not exactly sure what might have...
@lanewinfield cool, thanks for following up. Interesting that it would make a difference due to running it headless. That itself is something worth investigating!
Alright, back to plan A. Once 1.1.0 is finalized, I'll build from scratch to double check the guide is accurate. Thanks for letting me know! Sorry to hear about the...
Good to know! I'll report back here once I've gone through the guide from scratch.
Hi @logological - thanks for the data point. The `sudo` issue has been brought up on multiple occasions- unfortunately, the last time I tried to switch it out some commands...
@lanewinfield - I went through the entire guide using a fresh install of Raspbian without any issues. Trying to think of what might be causing differences. Do you know what...