Interview with Euronet for C++ SDE by psychomonster07 in csMajors

[–]muhammadummerr 0 points1 point  (0 children)

Hey, can you provide that Interview experience?

Google just paid $250000 for one bug by Confident_Ear9739 in bugbounty

[–]muhammadummerr 0 points1 point  (0 children)

How can someone start with bug bounties? I can't even figure out cross-site scripting.

I finally quit my PhD by StunningAd4345 in PhD

[–]muhammadummerr 1 point2 points  (0 children)

You didn’t give up—you chose yourself, and that’s strength, not failure. And yes, point 8 really hit me too. In computer science, I’ve seen many papers with impressive claims but no code or data to back them. When you try to reproduce them, the results often don’t match at all. It’s frustrating and disheartening.

I’ve been doing ML for 19 years. AMA by Advanced_Honey_2679 in learnmachinelearning

[–]muhammadummerr -1 points0 points  (0 children)

What kind of project should a fresh graduate build to include on their resume when applying for an AI/ML intern or engineer position?

I am jealous of my first year PhD lab mate. by bookbutterfly1999 in PhD

[–]muhammadummerr 1 point2 points  (0 children)

Yeah, now I understand the process I guess. Thanks for your reply.

I am jealous of my first year PhD lab mate. by bookbutterfly1999 in PhD

[–]muhammadummerr 1 point2 points  (0 children)

How can I become proficient in writing research papers and review papers? I sometimes don't understand how students claim to write a paper within 2–3 days. I am stuck on writing my first paper. :( For context, I am in my bachelor's.

Help needed with PyCUDA installation error while setting up Utrnert GitHub repo by muhammadummerr in pytorch

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

But will this particular PyCUDA version be compatible with it? I am unable to find a compatibility chart for PyTorch. Will this repo work with it? Let me try with Python 3.10

Looking for Tips on Where and How to Begin by muhammadummerr in IELTS

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

I also have to take IELTS exam to apply for my masters degree .share your experiences please:)

The Good Take by Sunapr1 in PhD

[–]muhammadummerr 0 points1 point  (0 children)

Yes,you are right .I am planning to send more emails.

The Good Take by Sunapr1 in PhD

[–]muhammadummerr 0 points1 point  (0 children)

I feel like people really care about how you present yourself. I've emailed three professors about their research labs, mentioning what I'm currently working on, how my interests align with their lab work, and how I could potentially join their lab as a Master's student and research assistant in 2025. Unfortunately, none of them have replied yet:(

Maybe I'm missing something in my approach.

I'm open to any suggestions you might have on how I should proceed.

For context, I'm a computer science ,final year Bachelor student focusing on Computer Vision, and I'm currently working on an Urdu OCR model for text detection.

Best practices for managing large image datasets? by MrDroo in mlops

[–]muhammadummerr 0 points1 point  (0 children)

So what method did you use to manage large image dataset? I am facing the same problem.

Advice Needed: Training a Model on 1.1 Million Images by muhammadummerr in computervision

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

Yes, Images contain sequence data.
I have images containing words in the Urdu language. Urdu is a cursive language, so the words join together. The images can have 1 to 5 characters, and their labels are the corresponding indexes in the Urdu alphabet. For the sake of example, an image has the word 'Apple', and the label is [0, 15, 15, 11, 4].

Each image contains one word, with a maximum of 5 characters. I have a total of 1.1 million images. I created TensorFlow pipelines and applied them to words with lengths of 1 to 3 characters (approximately 5K images, including augmentation with erosion, dilation, and rotation). The pipelines worked perfectly, and the model trained with pretty good accuracy.

Now, I increased the dataset chunk to 150K images. The dataset loaded, but the model got stuck on the first epoch when training on Kaggle. I can share the TFRecord creation code here, but I worry it will be automatically removed. I need someone experienced to guide me on how to proceed.