tensorflow-community-wheels
tensorflow-community-wheels copied to clipboard
Tensorflow 1.14.0, CPU, no CUDA, no AVX, Python 3.7.4, Linux Mint 19.2 "Tina" 64bit (based on Ubuntu 18.04)
Field | Value |
---|---|
Date: | 2019.08.20 |
Tensorflow: | 1.14.0 |
Python: | 3.7.4 |
System: | Linux Mint 19.2 "Tina" 64bit |
Kernel: | 5.0.0-25-generic x86_64 |
CPU: | Intel® Core™ i5 CPU M 430 @ 2.27GHz × 4 |
Size: | ~82MB |
Link: | https://github.com/furas/tensorflow-no-avx |
2021.01.17
This version doesn't have tensorflow.contrib
so I build new version
Tensorflow 1.14.1, CPU, no CUDA, no AVX, Python 3.7.9, Linux Mint 20.0 "Ulyana" 64bit (based on Ubuntu 20.04)
This one worked thanks!
hi, can you add Tensorflow.Contrib on this build? do youu have step by step to compile it?
thanks
You may have to import it
import tensorflow.contrib
and use tensorflow.contrib
instead of tf.contrib
or similar.
To compile I used standard steps which I found in Tensorflow documentation. Most information I put in NOTES.md
i try to install https://github.com/notAI-tech/NudeNet i use it on old Intel NUC with N3700 processor
after using tensorflow.contrib it still got error
module 'tensorflow.contrib' has no attribute 'predictor'
maybe its not support 1.14 only 1.15 🥲 gonna try to compile it
i see that contrib only have 2 function
tensorflow.contrib
tensorflow.contrib.util
tensorflow.contrib.util.loader
but great works, i will try to compile it myself
@ibnux I compiled new version 1.14.1 but on Linux Mint 20
and now it has tf.contrib.predictor
even without using import tensorflow.contrib
@furas Wow, Great!! i am struggle with compiling, until now it doesn't success 😅
will try it, thank you very much 🙏