Recent comments in /f/deeplearning
General-Jaguar-8164 OP t1_jbtfd7p wrote
Reply to comment by No_Dust_9578 in AskReddit: which MBP Pro is future proof for AI apps development? by General-Jaguar-8164
Beast is too big
Mas0n8or t1_jbtbhcy wrote
I’ve been getting into deep learning for about 6mo and have access to some pretty intense graphics cards (RTX 8000) but have not even used them for it because it’s widely accepted that it’s not worth the trouble for beginners and you can focus on the more important lessons by using platforms like kaggle and colab which are free and plenty powerful
suflaj t1_jbt2v1y wrote
Unless you plan to train models consistently every day for at least several hours for more than a year, cloud will be more efficient.
immo_92_ t1_jbsrgdc wrote
I am agree with most of the people here, for learning colab is more than enough in the start (but you have to install libraries every time- keep in mind).
If you have basic knowledge of DL then it is better to go for desktop with gpu that you can afford (once install use always).
mfb1274 t1_jbsau01 wrote
I have an rtx 2080 and it’s barely faster than google colab free GPU for training a pretty large cnn. Use that as you will.
Expensive-Project-47 t1_jbs61yn wrote
Reply to comment by Calcifer777 in Desktop Computer or some other way to train neural networks? by ScottHameed
I second this. Cloud is pretty much great for ALL your learning purposes, once you get decent, you won't be doing it alone! Don't rush.
Calcifer777 t1_jbs27ei wrote
> I am new to Deep Learning
I feel it's probably better to understand the what or why of DL instead of the how at your level. That is Colab should be plently enough
ScottHameed OP t1_jbrv1te wrote
Reply to comment by BellyDancerUrgot in Desktop Computer or some other way to train neural networks? by ScottHameed
Appreciate the clarification. I am getting a good deal on RTX 4080 with an AMD Ryzen 7
BellyDancerUrgot t1_jbrn733 wrote
Reply to comment by ScottHameed in Desktop Computer or some other way to train neural networks? by ScottHameed
Personally haven’t faced an issue but a more experienced person told me he has ran into some issues with AMD chips with some frameworks. That’s all. Nothing major.
ScottHameed OP t1_jbrlxmq wrote
Reply to comment by BellyDancerUrgot in Desktop Computer or some other way to train neural networks? by ScottHameed
Got it, that’s a valuable idea
ScottHameed OP t1_jbrlthy wrote
Reply to comment by BellyDancerUrgot in Desktop Computer or some other way to train neural networks? by ScottHameed
Got it. Could you clarify what you meant by stability ?
BellyDancerUrgot t1_jbrlatc wrote
Reply to comment by ScottHameed in Desktop Computer or some other way to train neural networks? by ScottHameed
I use a 5800x but for deep learning I would recommend Intel for max stability
BellyDancerUrgot t1_jbrl8kw wrote
Reply to comment by ScottHameed in Desktop Computer or some other way to train neural networks? by ScottHameed
Facebook marketplace , inspect the product and bargain. Got myself a brand new 3090 with the peel on it for 750$CAD
ScottHameed OP t1_jbrfnji wrote
Reply to comment by BellyDancerUrgot in Desktop Computer or some other way to train neural networks? by ScottHameed
Oh and does it matter if I get an Intel or AMD (assuming it’s RTX3090)?
ScottHameed OP t1_jbrezlx wrote
Reply to comment by BellyDancerUrgot in Desktop Computer or some other way to train neural networks? by ScottHameed
I value your input and will apply this. Re: costs building up, that’s definitely my concern too. Is it best to buy from like a BestBuy or are there better options ?
BellyDancerUrgot t1_jbrehr8 wrote
Get a 3090 or a 4090 for the vram. For short term cloud is always better cuz it’s cheaper. For long term , having a gpu is incredibly handy and the cloud expenses build up so a gpu in that case becomes more economical.
Imo 3080 isn’t worth it because 10gb is too low.
suflaj t1_jbox8ul wrote
Reply to comment by big_ol_tender in AskReddit: which MBP Pro is future proof for AI apps development? by General-Jaguar-8164
They're not even 2-years-ago-proof lmao
stuv_x t1_jboiu3t wrote
Just train on the cloud, don’t stress about your laptop, it won’t ever have the GPU for DL, unless you want to shell out for a Lambda machine.
Bielh t1_jbnyylr wrote
Reply to comment by Genius_feed in this is reality. by Genius_feed
At least I saw that in a instagram ad
[deleted] t1_jbnpo4j wrote
[deleted]
Genius_feed OP t1_jbnaqfm wrote
Reply to comment by Whispering-Depths in this is reality. by Genius_feed
absolutely
Genius_feed OP t1_jbnao5q wrote
Reply to comment by Bielh in this is reality. by Genius_feed
really
YoghurtDull1466 t1_jbmnhv8 wrote
Reply to comment by No_Dust_9578 in AskReddit: which MBP Pro is future proof for AI apps development? by General-Jaguar-8164
“ I work with vision models, bro.”
No_Dust_9578 t1_jbmktmj wrote
How can you be working with vision models and not know hardware requirements?
stillworkin t1_jbtoisd wrote
Reply to How to code a PPO neural network in java by SpigotNerd
Huh? What are you trying to build? Is your primary interest RL or building a simple NN? What task are you trying to solve? I programmed in Java daily from 2002 - 2015, then switched to Python in 2015. I'd suggest you not use Java because you can get practice w/ the same fundamentals without having to write so much verbose code.
If your goal is to learn fundamentals, I'd suggest you start w/ just numpy and no additional libraries. If you're already very comfortable w/ PyTorch, then I'd suggest using JAX.