lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

Any plans to add version 1.12? #38

Closed leoheck closed 5 years ago

leoheck commented 5 years ago

Any plans to add version 1.12 for py3.5 armv7l?

lhelontra commented 5 years ago

Yeah, i not build yet because the option for disable aws S3 support was removed, causing failed when import tensorflow. I not find yet another way for disable this feature, sorry.

leoheck commented 5 years ago

That's ok. If I have time soon, I will give a try to build it too.

jackmitch commented 5 years ago

I had a crack at this and a couple of things I found:

I haven't gotten any further and I assume these are probably compiler/glibc bugs from the Linaro distributed GCC so I'm not sure if filing issues over at tensorflow would help. Any suggestions for these appreciated.

leoheck commented 5 years ago

Actually, I am not familiar with tensorflow.

What is this aws/hds that you want to disable? And why you want to do that?

I am trying to build it right now to see what happens.

lhelontra commented 5 years ago

The aws S3 support, when enabled, causes undefined symbol error. hdfs also error.

jackmitch commented 5 years ago

Someone has back ported the aws/hdfs patches I was referring to https://github.com/muendelezaji/tensorflow-on-arm.

I tested this on the rpi config and can confirm that it compiles and works, see https://github.com/jackmitch/tensorflow-on-arm/tree/1.12-backport.

lhelontra commented 5 years ago

@jackmitch I tested too, works great.