Sudhir Deshmukh

Results 8 issues of Sudhir Deshmukh

I aslo need to detect the faces that are upside down. But MTCNN is not able to pick them up. Any possible solution ?

Why do we explicitly need to code the backward part in forward_backward in partial_fc.py for arcface_torch? can't PyTorch auto-differentiation take care of this? I would really appreciate help on this....

I am having hard time to understand the following code in EEGNetv4 class: out = self( torch.ones( (1, self.in_chans, self.input_window_samples, 1), dtype=torch.float32 ) ) n_out_virtual_chans = out.cpu().data.numpy().shape[2] if self.final_conv_length ==...

question

Hi, I want to pass custom criterion to the EEGClassifier. but its seems to support only torch.nn.NLLLoss. I even tried criterion=torch.nn.CrossEntropyLoss() but it does not work. Is their any way...

question

hi, can you please provide weight files?

Hi, thanks for this wonderful tutorial series. Part 5 of this tutorial which is about ''Hooks'' is not accessible. the link takes to part-3 instead. I would like to know...

its the same issue with me Primary server in HTTP mode listening on port 3001 TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11730:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ollamaAIModels (/app/server/utils/helpers/customModels.js:84:18) at async...

question
wontfix

Hi Thank you for this sharing your work. Will it be possible to share the trained models?

enhancement
will-take-a-while