-
Notifications
You must be signed in to change notification settings - Fork 22
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
Failed to install from pip/pypi? #1
Comments
Hi, I think I didn't update the readme file after I update the source code obviously. I don't recommend you use pip install it from pypi. Instead, you should just download the newest release .whl from Release. Then 'pip install xxx.whl'. I'd love to upload the whole whl to pypi but they forbid me because it's too big. |
thank you very much! My environment: I compared the efficiency of the same training program (mnist example) on macosx and on ubuntu 18.04, the program on Ubuntu platform runs much faster (roughly 30%) than that on MacOSX, why? |
This warning does exist and has no effects for me for now. As for the performance issue, Tensorflow-gpu was never meant to run on Mac, all I did was fixing the compile errors directly. Considering that, not all source code was being compiled in the official way, having performance issue is understandable. Also, are you sure the test was under the same hardware and CUDA toolkit version? BTW, nvidia driver on Mac sucks.
|
where is 'generate_dist'?
and when I use 'pip install tensor flow-gpu-macosx, I got the following error:
conf = open(pwd + '/.tf_configure.bazelrc', 'r')
FileNotFoundError: [Errno 2] No such file or directory: '/.tf_configure.bazelrc'
thanks
The text was updated successfully, but these errors were encountered: