lhelontra / tensorflow-on-arm

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

Python 3.8 support #88

Open Titaniumtown opened 4 years ago

Titaniumtown commented 4 years ago

Can you also provide whl files compiled w/ python 3.8?

Titaniumtown commented 4 years ago

I compiled a whl file for the master branch of tensorflow on the raspberry pi4 aarch64. Could I share the file? I can't upload it to github.

Titaniumtown commented 4 years ago

Here's the link: http://www.gardling.com/tensorflow-raspi4-aarch64/ It's compiled on my raspberry pi 4, with native compiler optimizations, aarch64.

JoveH-H commented 4 years ago

Have the same needs.

Titaniumtown commented 4 years ago

Btw I updated the link http://www.gardling.com/tensorflow-raspi4-aarch64/

Titaniumtown commented 4 years ago

I should really update the whl files, they are kinda old. lol

JoveH-H commented 4 years ago

Btw I updated the link http://www.gardling.com/tensorflow-raspi4-aarch64/

Wonderful, thank!

emojifreak commented 4 years ago

TensorFlow 2.3 for Python 3.8 and AArch 64 is available at https://github.com/PINTO0309/Tensorflow-bin

TM6501 commented 3 years ago

Is it possible to get a 1.X version for Python3.8? I'm trying to get stable-baselines to run on my Raspberry Pi 4, and they only support TF 1.X. Thanks in advance if you can.