Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't know how to install #21

Open
moyosolaa opened this issue Jun 29, 2018 · 8 comments
Open

Don't know how to install #21

moyosolaa opened this issue Jun 29, 2018 · 8 comments

Comments

@moyosolaa
Copy link

Please how do i install?
I'm confused about how to install. I use windows 10. I tried pip install *.whl it didn't work

@fo40225
Copy link
Owner

fo40225 commented Jun 29, 2018

You should provide the error message, otherwise I can't help you.

@sleeplessai
Copy link

sleeplessai commented Jun 30, 2018

Guess that. @Yosiwealth
For CPU version of this wheel, check your CPU AVX or SSE support at first, and then install *.whl using pip install --ignore-installed ./[your_whl].whl.
For GPU version, install the well-matched pair of CUDA and cuDNN and add the environment variables, then install .whl as above.
If using GPU version, when running tf.Session() you should see GPU status, loading info etc.
You will get no warning like this, Windows 10, SSE2, CPU:
github6302018

@alankongfq
Copy link

@fo40225
Hi there, first time installing the binary from this repo.
Here is my error message.

image

System Config:
Windows 10 pro
VS2017, 15.7.5
Anaconda python 3.6.5
CUDA 9.2
cuDNN 7.1.4

@fo40225
Copy link
Owner

fo40225 commented Jul 23, 2018

@alankongfq #13

@sleeplessai
Copy link

@alankongfq
Download the .whl file by clicking Raw on page.

@alankongfq
Copy link

Thanks! Able to install.

@adityashah0112
Copy link

Which one do I install for my pc with avx2 capable cpu? tf 2.0, py 3.7, cuda 10.2, cudnn 7.6.
Also how to install if I have to install both of these?
image

@sleeplessai
Copy link

Which one do I install for my pc with avx2 capable cpu? tf 2.0, py 3.7, cuda 10.2, cudnn 7.6.
Also how to install if I have to install both of these?
image

download both of them and use 7z software to extract the split file pieces to get .whl file
then install with pip install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants