-
Notifications
You must be signed in to change notification settings - Fork 108
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
Windows wheel for Tensorflow 1.4 CUDA9 + CUDNN7 #6
Comments
Unfortunately we don’t have windows machines ourselves and won’t be able to provide that. Sorry. |
@danqing can you provide instructions so that I can build it ? |
The installation guide is here. I don't have any experience with Windows, but it looks like you need to install Bazel and use the CMake build. It also likely works for Python 3.5 only. |
@danqing Building it today, if it works then I Will Provide it here. |
Sounds good thanks! Lemme know if you run into issues and I'll see if I can help too. |
@danqing it just compiled but failed, do you use any explicit commands / instructions for cuda9 and cudnn7 ? |
What's the error? |
@danqing I used this except for cuda 9 and cudnn7 https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/cmake/README.md |
What’s the error you saw? |
I don't know, I compiled it a while ago but that's what happened. |
Hmm yeah without specific errors I don't think I can tell what went wrong. If you are gonna give it another try, lemme know what problem you run into and I can see if I spot anything suspicious. |
Okay, I'll recompile! |
atm it is stuck at:
|
Hmm stuck at download? Does the |
Nope, It's just stuck there. |
So what I did, I manually downloaded the file from sourceforge rather than google storage apis, because that url was dead and replaced it. Now I restarted the build as it was stuck there. |
Interesting... If you are talking about https://storage.googleapis.com/libpng-public-archive/libpng-1.2.53.tar.gz, it works for me.. |
then it's the routing which is dead xD |
anyway, I downloaded that file from sourceforge and it worked. Let's see where the next error comes in! |
These are the new errors:
|
@danqing
|
@danqing Trying this solution: tensorflow/tensorflow#10799 But instead of |
@danqing after doing that, those 4 errors squashed into 1:
|
Seems to be a VS issue. Have you tried something like https://stackoverflow.com/questions/44024268/msbuild-error-msb6006-cmd-exe-exited-with-code-1? |
No description provided.
The text was updated successfully, but these errors were encountered: