tensorflow-community-wheels icon indicating copy to clipboard operation
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)

Open furas opened this issue 5 years ago • 8 comments

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)

furas avatar Dec 24 '19 07:12 furas

This one worked thanks!

shinebayar-g avatar Jun 09 '20 04:06 shinebayar-g

hi, can you add Tensorflow.Contrib on this build? do youu have step by step to compile it?

thanks

ibnux avatar Jan 14 '21 04:01 ibnux

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

furas avatar Jan 14 '21 11:01 furas

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

ibnux avatar Jan 14 '21 14:01 ibnux

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 avatar Jan 14 '21 15:01 ibnux

@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

See Tensorflow 1.14.1, CPU, no CUDA, no AVX, Python 3.7.9, Linux Mint 20.0 "Ulyana" 64bit (based on Ubuntu 20.04)

furas avatar Jan 17 '21 14:01 furas

@furas Wow, Great!! i am struggle with compiling, until now it doesn't success 😅

will try it, thank you very much 🙏

ibnux avatar Jan 17 '21 16:01 ibnux

it works for using NudeNet

python 3.7.8 and low end Intel NuC with processor N3700, without AVC

🤝🙏

ibnux avatar Jan 17 '21 18:01 ibnux