agentfuzzy999
agentfuzzy999 t1_j6v0d3e wrote
Reply to comment by AbCi16 in Using Jupyter via GPU by AbCi16
Google it
agentfuzzy999 t1_j6uzju1 wrote
Reply to Using Jupyter via GPU by AbCi16
You do not need docker. Open a notebook, import torch or tensorflow, check if GPU is available. If true, profit. If false, you have python/framework/CUDA problems.
agentfuzzy999 t1_j5qy82t wrote
“Should I just buy a 4090”
Ok Jeff Bezos
4090 clock speed is going to be faster than similar instances that use T4s, plus wayyyyyyy more CUDA cores. Training will be significantly faster, if you can fit the model on the 4090. If you can “business expense” a 4090 for your own machine, good lord do that.
agentfuzzy999 t1_j47qif6 wrote
Reply to I just started out guys, wish me luck by 47153
l(Θ) = ln[L(Θ)]
What else do you need? 😅
agentfuzzy999 t1_j40jzd3 wrote
Use any VAD models?
agentfuzzy999 t1_j3pc4pe wrote
Reply to comment by tholladay3 in where can i find yolov7 source explanation ? by yesterdaymee
Yeah I’m not following either. What do you mean by yolov7 algorithm? Yolov7 is a model architecture, maybe they are talking about nms and iou?
agentfuzzy999 t1_j3pbk38 wrote
I have trained locally and in the cloud on a variety of cards and server arch’s, depending on what model you are training it could be for a huge variety of reasons, but if you can fit the model on a 3080 you really aren’t going to be taking advantage of the A100s huge memory, the higher clock speed of the 3080 might simply suit this model and parameter set better.
agentfuzzy999 t1_ityl7cn wrote
Reply to comment by [deleted] in Four years after being acquired by Microsoft, GitHub keeps doing its thing by dadofbimbim
Wait you guys are uploading working code?
agentfuzzy999 t1_j7vu3c6 wrote
Reply to Entry to a career in deep learning by No-Celebration6994
I:
In the span of a year.
I think being involved in multi-person DL projects/competitions/papers to put on your resume, and having good interviewing skills is genuinely more important than knowing the latest and greatest models and algorithms. It’s the same as the rest of the SWE field.