jmkhael / faas-artist

OpenFaaS Artist multi-style pastiche generator function
http://jmkhael.io/unleash-the-artist-within-tensorflow-and-openfaas/
23 stars 3 forks source link

Support for linux/arm please? :) #1

Open tomtom215 opened 6 years ago

tomtom215 commented 6 years ago

Standing ovation on this project, your work is inspiring!

I was playing with Kubernetes and Docker on a Raspberry Pi cluster that I built for a home lab and when I came across this project, I instantly knew I wanted to take this for a spin myself!

I hit a build issue which, at first was thrown because of a Python version issue but it was due to the Arm platform being unsupported at some from what I could deduce.

So please label this as a big "feature request" and in no way a bug!

jmkhael commented 6 years ago

thank you for the kind words!

Can you share the commands and logs if you still have them while building on Rpi?

Tensorflow has a build for rpi, Have you tried to follow this?(https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/pi_examples)

Magenta builds on Tensorflow, but doesn't seem to have instructions for ARM