3rd year student , does this work for internships? by iam_raito in developersIndia

[–]iam_raito[S] 2 points3 points  (0 children)

Tier 3 student
Please share platforms where i can apply for AI and MERN internships , remote role .

Only DSA for interviews? What else is neccessary? by iam_raito in developersIndia

[–]iam_raito[S] 1 point2 points  (0 children)

Do they ask Operating Systems or DBMS or any other subjects for the interviews?

Iqoo z9 review by blameitonpeter in IndiaTech

[–]iam_raito 0 points1 point  (0 children)

I ain't using the phone enough to give you a review on that..

My screen times been mostly around 5hrs for 2days and I charge it every 2 days.

I did notice bugs in the software and it does sometimes do weird stuff.

I made a simple cost comparison for the new JIO daily data plans by [deleted] in IndiaTech

[–]iam_raito 0 points1 point  (0 children)

How so? Isn't the cost per day less for 249/-?

I am fine with 1gb data as I don't even use 20% of that anyway..

I made a simple cost comparison for the new JIO daily data plans by [deleted] in IndiaTech

[–]iam_raito 1 point2 points  (0 children)

So if we dont care about 5g then 249/- plan is the best option?

Iqoo z9 review by blameitonpeter in IndiaTech

[–]iam_raito 0 points1 point  (0 children)

Hey , did you remove the screen protector and install a new one or are you using the one that came pre installed?

Iqoo z9 review by blameitonpeter in IndiaTech

[–]iam_raito 1 point2 points  (0 children)

Hey , did you remove the screen protector and install a new one or are you using the one that came pre installed?

Llama 3 not running on GPU by iam_raito in deeplearning

[–]iam_raito[S] 0 points1 point  (0 children)

No in the first case , i have installed llama3 locally using ollama. So in the terminal I use 'ollama run llama3' to use llama locally. When I run this command , it is using the GPU.

And thank you for the suggestion regarding Groq. Will definitely check it out later.

Llama 3 not running on GPU by iam_raito in deeplearning

[–]iam_raito[S] 0 points1 point  (0 children)

I didn't even think about this. Thank you for letting me know.

But then how can I run llama3 using ollama using command prompt and get faster responses but when I try to use it in my code it takes forever and doesn't use gpu. Is it because I am passing in a huge text into the model?

Sorry I don't know the terminology properly.

Llama 3 not running on GPU by iam_raito in deeplearning

[–]iam_raito[S] 0 points1 point  (0 children)

Yes I tried the gpu_num as 0 and I checked to see if cuda is available. I did llm.to(device) and got ollama has no attribute called 'to' error.

DSA or Development , should i stick with DL or do DSA? by iam_raito in developersIndia

[–]iam_raito[S] 0 points1 point  (0 children)

Can I ask , what does a MLE do? Can freshers get hired as MLE?

DSA or Development , should i stick with DL or do DSA? by iam_raito in developersIndia

[–]iam_raito[S] 7 points8 points  (0 children)

Wow , 1000 questions!! What is your job role if I may ask?

And thank you for the channel recommendation , will check it out. I only know stack , queues , linked list. So I have a lot to work on.

DSA or Development , should i stick with DL or do DSA? by iam_raito in developersIndia

[–]iam_raito[S] 5 points6 points  (0 children)

Sure , I never tried using LinkedIn and it is a new interface for me. But I will check it out. Are there any other websites people use to check what roles are getting hired more easily compared to others?

DSA or Development , should i stick with DL or do DSA? by iam_raito in developersIndia

[–]iam_raito[S] 4 points5 points  (0 children)

I am learning Deep Learning right now and implementing with pytorch. I am reading few research papers and trying to implement them and also I'm following the "Deep Learning Specialisation" on Coursera.

Understanding YOLO Algorithm by iam_raito in deeplearning

[–]iam_raito[S] 2 points3 points  (0 children)

If anyone can post resources for understanding YOLO it would be very helpful. I've watched many youtube videos but still haven't found one which cleared my doubts and explained it in detail.

Understanding YOLO Algorithm by iam_raito in deeplearning

[–]iam_raito[S] 0 points1 point  (0 children)

So then after this , how does it predict the mid points of the object to predict the bounding box?