TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TensorFlow 1.0.0-rc0

103 pointsby tempwover 8 years ago

3 comments

j_m_bover 8 years ago
For those of you who want to try this out on macOS, I would suggest skipping the GPU installation. It doesn&#x27;t just install and run. Also, there aren&#x27;t very many video cards that come with Macs that have enough video memory to do even the notMNIST exercises from the Udacity TensorFlow course.<p>If you still feel like you want to install the GPU version on a recent version of macOS (I&#x27;m on 10.12.2), you&#x27;ll see in the installation instructions to run the command<p>$ sudo ln -s &#x2F;Developer&#x2F;NVIDIA&#x2F;CUDA-8.0&#x2F;lib&#x2F;libcudnn* &#x2F;usr&#x2F;local&#x2F;cuda&#x2F;lib&#x2F;<p>Yes, you need to do that. What you won&#x27;t find is that you ALSO need to do a<p>export LD_LIBRARY_PATH=&#x2F;usr&#x2F;local&#x2F;cuda&#x2F;lib<p>to get it to work. Ignore the github issues that talk about disabling SIP (I didn&#x27;t need to do that) so that you can set a DYLD_LIBRARY_PATH or other various calls to &#x27;ln&#x27;. I just spent hours on figuring this out this week, so I want to pass this on.
评论 #13502014 未加载
评论 #13501333 未加载
jorgemfover 8 years ago
Very nice library, but I hope they let us use GPUs in Google Cloud instead of CPUs soon. This is a big non-sense to me, they provide a good library but they don&#x27;t provide a proper infrastructure to use it yet.
评论 #13501961 未加载
评论 #13501660 未加载
评论 #13501325 未加载
评论 #13501097 未加载
1024coreover 8 years ago
Can people recommend any good and extensive tutorials&#x2F;courses on TF? I&#x27;ve heard that the Udacity course is not that great.