Viewing profile — timdettmers
timdettmers
HN member- Joined
- Sat, Oct 18, 2014, 6:50 PM UTC
- HN karma
- 62
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About timdettmers
No profile information was provided.
Recent public activity
-
comment
Comment #24405722
Thank you so much!
-
comment
Comment #24405617
Haha, 649 pages! Thanks for the discussion. I can understand your perspective. Maybe it would be best to add something to the blog post that discusses it from both perspectives and…
-
comment
Comment #24405287
Thank you! You have a good point. I think I would agree with you if somebody already has cloud computing skills, then the cloud is much more powerful to learn deep learning than yo…
-
comment
Comment #24405177
I just did a small fix to address this. Thanks again.
-
comment
Comment #24405171
Thank you, I just updated the blog post with more detailed clarification of where the data comes from. One thing that I am quite sure of for the A100 is its transformer performance…
-
comment
Comment #24404697
I should have been a bit clearer what went into the charts. I do not use theoretical marketing numbers but real-life benchmark data from NVIDIA and 4 other sources of benchmark bet…
-
comment
Comment #24403402
This is good feedback. Will note this down and incorporate it in a small update.
-
comment
Comment #24403116
What else would you like to see?
-
comment
Comment #24403093
Is up again and stable it seems. I shot my cache while trying to "tune" it. Well, I learned my lesson.
-
comment
Comment #18748109
Please see my detailed answer on this question that you can find on quora: https://www.quora.com/Why-are-GPUs-well-suited-to-deep-learn...
-
comment
Comment #17817399
Your data are inconsistent with the benchmarks that I mention in the blog post: https://github.com/u39kun/deep-learning-benchmark You also do not benchmark LSTMs: https://www.xcele…
-
comment
Comment #17817368
Thanks for your feedback! Someone mentioned this on twitter as well and I thought it was a good point so I implemented that change.
-
comment
Comment #14400520
The site is up again. I have a prepared draft for a blog post exactly on the topic of cloud computing and deep learning. I did not finish it as I thought that there would not be mu…
-
comment
Comment #9176280
A very valuable comment – this is an important perspective, thanks! I think I will add a EC2 section to my blog post.
-
comment
Comment #9176268
Thanks for sharing your experience – this is a fair point. Often it is possible to pre-process your data and save it to disk so that you can skip this decompression/conversion/tran…
-
comment
Comment #9176261
Thanks four your feedback, this is an important point and I will update my blog posts accordingly.
-
comment
Comment #9173958
These are some good points. I heard from another person that he had problems with the form factor and I will add that to the post tomorrow. I think a 2kW PSU is overkill, but you a…
-
comment
Comment #9173918
If you have no desktop PC or no money for a GPU, it might be a better choice to use a EC2 instance instead of buying the hardware. You pay about $11 a week for a EC2, which is quit…
-
comment
Comment #9100299
There are several cryptocurrency mining benchmarks which are bandwidth bound; those benchmarks reflect almost one to one the deep learning performance of a GPU. You can see this fo…
-
comment
Comment #9097076
Thanks for your feedback. I updated the blog post with a small NVIDIA vs. AMD section.
-
comment
Comment #9096889
Thanks for elaborating, these are exactly the points why AMD's GPUs are just not used in deep learning. AWS is great if you want to use a single or two separate GPUs. However, you …
-
comment
Comment #9096811
If you are dissatisfied with the 970 you might be able to get a refund: NVIDIA advertised specs that differ from the real thing – that is a good reason to demand and get a refund.
-
comment
Comment #9096765
Tesla GPUs are also rather slow, but the value of Tesla lies in increased double performance, larger memory and memory correction -- and you cannot beat Tesla GPUs in these departm…
-
comment
Comment #9096657
AMD cards were much faster than the Kepler equivalents, but now NVIDIA fixed their mistakes in that architecture and they are as fast as AMD cards. So AMDs hardware is good, it is …
-
comment
Comment #9096599
Why I did not mention AMD cards: NVIDIA's standard libraries made it very easy to establish the first deep learning libraries in CUDA, while there are no such powerful standard lib…