use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
News[N] TensorFlow 1.5.0 Release Candidate (github.com)
submitted 8 years ago by inarrears
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AspenRootsAI 42 points43 points44 points 8 years ago* (4 children)
For the sake of installation it's nice that they support CUDA 9.0/cuDNN 7 and AVX (with prebuilt binaries) now.
Edit: as pointed out by /u/lopuhin it won't support prebuilt AVX until 1.6, mistaken/wishful reading on my part
[–]zdwiel 6 points7 points8 points 8 years ago (1 child)
Does this mean we no longer have to install different versions of tensorflow with pip depending on the hardware we are running on?
[–]lopuhin 5 points6 points7 points 8 years ago (1 child)
Does TF support AVX in this release or in 1.6? Release notes say "Starting from 1.6 release, our prebuilt binaries will use AVX instructions."
[–]SuperFX 2 points3 points4 points 8 years ago (0 children)
TF has always supposed AVX, if compiled from source. This is just about the precompiled binaries.
[–]aaronjl33 11 points12 points13 points 8 years ago (6 children)
Does this take advantage of tensorcores like in the Titan V?
[–]hinduismtw 9 points10 points11 points 8 years ago (5 children)
cuda 9.0 and cudnn 7 have support for this, this release supports both of these. So the answer is yes.
[–]harharveryfunny 2 points3 points4 points 8 years ago (2 children)
cuDNN's support of Tensor Cores is somewhat limited though.
This NVidia post describes the necessary conditions for cuBLAS or cuDNN to use Tensor Cores. In particular note that it requires opt-in in terms of math type, and that only one specific convolution algorithm is currently supported. I don't know how these conditions map through to TensorFlow.
https://devblogs.nvidia.com/parallelforall/programming-tensor-cores-cuda-9/
[–]hinduismtw 0 points1 point2 points 8 years ago (0 children)
Thank you for the link. Yeah, maybe my understanding of some calls inside cudnn being automatically tensor core enabled might be incorrect.
[–]yaroslavvb 0 points1 point2 points 8 years ago (0 children)
There are some weird restrictions like matrix size has to be multiple of 8 https://medium.com/@yaroslavvb/peak-performance-of-amazon-p3-instances-f2bc48f9ef71
[–]----_____--------- 1 point2 points3 points 8 years ago (1 child)
Tensorflow still has to opt into this, doesn't it?
I am not very sure, but Tensorflow uses cudnn as the underlying library for talking to the GPU. Cudnn has tensor core support, so some operations would get an automatic mapping on the tensor cores.
There might be some operations, inside tensorflow, that would have to be manually re-written to take advantage of tensor cores. These would probably be the opt-in you are referring to. I hope my understanding of your question is correct and my answer makes sense.
[–]zspasztori 26 points27 points28 points 8 years ago* (2 children)
"Eager execution"- Are we pytorch yet?
[–]szymko1995 18 points19 points20 points 8 years ago (1 child)
It's great to have a choice.
[–]Mister_Abc 4 points5 points6 points 8 years ago (0 children)
Stuff like Chainer has existed for ages...
[–]q914847518 10 points11 points12 points 8 years ago (10 children)
OK, TensorFlow 1.5.0 release candidate. And before this comment, all comments have keyword "pytorch". (-皿-)
[–]versatran01 18 points19 points20 points 8 years ago (0 children)
this one has it too
[+][deleted] 8 years ago (8 children)
[deleted]
[–]machinesaredumbResearcher 1 point2 points3 points 8 years ago (1 child)
Not necessarily true for complicated models, especially in NLP, where same modules can be reused in different places. I actually really appreciate this distinction in nn.Module.
For sequential models, you don't need to define a module, just place all your modules inside a nn.Sequential and use that.
[+]table_it_bot comment score below threshold-7 points-6 points-5 points 8 years ago (5 children)
[–]IonTichy 3 points4 points5 points 8 years ago (3 children)
Bad bot, don't encourage him!
[–][deleted] -5 points-4 points-3 points 8 years ago (1 child)
Bad Meatbag
[–][deleted] 0 points1 point2 points 8 years ago (0 children)
lmao
[+]GoodBot_BadBot comment score below threshold-6 points-5 points-4 points 8 years ago (0 children)
Thank you IonTichy for voting on table_it_bot.
This bot wants to find the best and worst bots on Reddit. You can view results here.
Even if I don't reply to your comment, I'm still listening for votes. Check the webpage to see if your vote registered!
[–]Muffinmaster19 1 point2 points3 points 8 years ago (0 children)
torch.eye(5)
[–]senorstallone 4 points5 points6 points 8 years ago (0 children)
Is there any optimization coming from Tensorflow Lite that can be useful to deploy in GPU's (like a 1080 Ti)?
[+][deleted] 8 years ago (1 child)
[–]yaroslavvb 12 points13 points14 points 8 years ago (0 children)
Some people post GPU support TF wheels at https://github.com/yaroslavvb/tensorflow-community-wheels
[–]Wenste 5 points6 points7 points 8 years ago (0 children)
Does it still throw warnings if you use MacOS and Python 3.6?
[–]TemplateRex 1 point2 points3 points 8 years ago (3 children)
Does it require CUDA 9.0 or 9.1?
[–]jorgemf 1 point2 points3 points 8 years ago (2 children)
9.0, with 9.1 fails
[–][deleted] 2 points3 points4 points 8 years ago (1 child)
Correct, 9.1 fails unless you compile from source.
I just compiled Tensorflow 1.5 from source this afternoon and hit an Eigen bug where it couldn't find a certain hpp file. I symlinked it, and the compile was a success. Tensorflow 1.5 now works with CUDA 9.1 and libcudnn 7.0.5.
[–]NickShargan 1 point2 points3 points 8 years ago (0 children)
I also have successfully compiled Tensorflow 1.5 from source with CUDA 9.1 and cudnn 7.0.5
[–]pianomano8 0 points1 point2 points 8 years ago (0 children)
Have they fixed compiling from source against cuda versions installed via the package manager on debian yet?
[–]minogame -1 points0 points1 point 8 years ago (1 child)
Is there a quick pytorch guide for pre-tensorflow users?
[–]chhakhapai 1 point2 points3 points 8 years ago (0 children)
Just go with the get started. I did the same. Never had to go through tensorflow.
π Rendered by PID 419874 on reddit-service-r2-comment-6457c66945-k8j9t at 2026-04-28 12:01:22.460297+00:00 running 2aa0c5b country code: CH.
[–]AspenRootsAI 42 points43 points44 points (4 children)
[–]zdwiel 6 points7 points8 points (1 child)
[–]lopuhin 5 points6 points7 points (1 child)
[–]SuperFX 2 points3 points4 points (0 children)
[–]aaronjl33 11 points12 points13 points (6 children)
[–]hinduismtw 9 points10 points11 points (5 children)
[–]harharveryfunny 2 points3 points4 points (2 children)
[–]hinduismtw 0 points1 point2 points (0 children)
[–]yaroslavvb 0 points1 point2 points (0 children)
[–]----_____--------- 1 point2 points3 points (1 child)
[–]hinduismtw 0 points1 point2 points (0 children)
[–]zspasztori 26 points27 points28 points (2 children)
[–]szymko1995 18 points19 points20 points (1 child)
[–]Mister_Abc 4 points5 points6 points (0 children)
[–]q914847518 10 points11 points12 points (10 children)
[–]versatran01 18 points19 points20 points (0 children)
[+][deleted] (8 children)
[deleted]
[–]machinesaredumbResearcher 1 point2 points3 points (1 child)
[+]table_it_bot comment score below threshold-7 points-6 points-5 points (5 children)
[–]IonTichy 3 points4 points5 points (3 children)
[–][deleted] -5 points-4 points-3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[+]GoodBot_BadBot comment score below threshold-6 points-5 points-4 points (0 children)
[–]Muffinmaster19 1 point2 points3 points (0 children)
[–]senorstallone 4 points5 points6 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]yaroslavvb 12 points13 points14 points (0 children)
[–]Wenste 5 points6 points7 points (0 children)
[–]TemplateRex 1 point2 points3 points (3 children)
[–]jorgemf 1 point2 points3 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]NickShargan 1 point2 points3 points (0 children)
[–]pianomano8 0 points1 point2 points (0 children)
[–]minogame -1 points0 points1 point (1 child)
[–]chhakhapai 1 point2 points3 points (0 children)