anuragrawal2024

Results 56 comments of anuragrawal2024

Thanks for the quick turnaround, @aguscas ! Let me time each of my modules and I'll get back to you shortly. and yes, I can share the code with you.

Hi @aguscas , I timed different parts of my code and realized that detections/embeddings are taking the most amount of time. I am using Retinaface for detections and Facenet512 for...

No worries and thanks for your response, @aguscas ! Yes, I am using an NVIDIA GPU with 16 GB VRAM. I am trying to find other efficient embedding models now...

Hi All, I have a question on this same topic - I am working on a multi-class text classification problem. I have a couple of questions on the expected format...

Just to add to my last question, my problem is just a multi-class text classification problem and not a multi-label problem. One sentence/example will have only one label out of...

@josh-yang92 Thanks a lot! and I don't need to use multi-target-strategy, right? That's for multilabel classification problems?

I am getting the following error after encoding my target variables as [1, 0, 0] for negative , [0, 1, 0] for neutral, [0, 0, 1] for positive. I am...

@ByUnal Were you able to make it work for a multiclass text classification problem? I would love to hear your experience with this. Thanks! @tomaarsen Do you have any recommendations...

@ByUnal Thanks a lot for your response! Using (0,1,2) without specifying any multi_target_strategy worked for me! I was able to train using that. I have a couple of follow-up questions...