tensorflow-community-wheels icon indicating copy to clipboard operation
tensorflow-community-wheels copied to clipboard

TensorFlow 2.0.0-beta1 CPU (no AVX, with SSEs), Python 3.6, Ubuntu 18.04, x86_64

Open seven-dev opened this issue 5 years ago • 5 comments

TensorFlow 2.0.0-beta1 CPU (no AVX, with SSEs), Python 3.6, Ubuntu 18.04, x86_64

Download: https://github.com/seven-dev/tensorflow-community-wheels/raw/master/releases/tensorflow-2.0.0b1-cp36-cp36m-linux_x86_64.whl

Install:

    # I recommend you use a virtualenv
    # python3.6 -m venv .venv
    # source .venv/bin/activate
    pip install <file>

Details:

    # Build flags
    -march=native -mssse3 -mcx16 -msse4.1 -msse4.2 -mpopcnt -mno-avx

seven-dev avatar Jun 09 '19 08:06 seven-dev

Is it possible to reach GPU build of this config?

Selimonder avatar Jun 14 '19 09:06 Selimonder

I think that would belong in another issue, maybe I'll do it some day when I have a better pc :P

seven-dev avatar Jun 14 '19 13:06 seven-dev

here i have built for you guys

https://drive.google.com/file/d/1j8M6P-g-7km1_WocvG3MZV57gRm7rucU/

Selimonder avatar Jun 22 '19 01:06 Selimonder

Hi, could you please compile Tensorflow 2.0 (no AVX, with SSEs), Python 3.6 for Windows 10?

maciejczarnacki avatar Jul 12 '19 11:07 maciejczarnacki

Thanks, this works on my laptop

Cybernetic1 avatar Jun 14 '20 04:06 Cybernetic1