tensorflow-on-raspberry-pi icon indicating copy to clipboard operation
tensorflow-on-raspberry-pi copied to clipboard

Tensorflow on ARM

Open kargarisaac opened this issue 7 years ago • 2 comments

Describe the Issue

I want to run a trained tensorflow model on ARM cortex m3 32 bit. Is it possible? how can I do that?

Steps to Reproduce

Hardware/Software Info

Please provide the following information about your Raspberry Pi setup:

  • Raspberry Pi model:
  • Operating System used:
  • Version of Python used:
  • SD card memory size:
  • Size of USB/other device used as swap (if building from source):
  • TensorFlow git commit hash (if building from source):

Relevant Console Output/Logs

kargarisaac avatar Mar 12 '17 12:03 kargarisaac

Hi @kargarisaac, I'm not sure whether or not it's possible to build TensorFlow on ARMv7-M architectures. If you're interested, you should either try to follow the guide for getting Python TensorFlow on a Raspberry Pi or the official static binary Makefile instructions and report where you hit roadblocks. Not sure if it's possible, but sometimes you just have to give it a shot!

samjabrahams avatar Mar 12 '17 19:03 samjabrahams

@kargarisaac I know it's been a while, but have you figured out how to do it? I'm doing exactly what you were doing. Appreciate it if you could share.

ZjWeb200 avatar Oct 01 '18 21:10 ZjWeb200