BichenWuUCB / squeezeDet

A tensorflow implementation for SqueezeDet, a convolutional neural network for object detection.
BSD 2-Clause "Simplified" License
739 stars 306 forks source link

Raspberry Pi bus error: tensorflow 1.9.0 #112

Open cedricve opened 6 years ago

cedricve commented 6 years ago

Hello,

I'm trying to run this model on a RPI using tensorflow 1.9.0. The execution is good but gives an bus error when entering the session.run function.

Issue is similar to https://github.com/tensorflow/tensorflow/issues/21926.

Any ideas?