Rajdeep Dutta

Results 6 comments of Rajdeep Dutta

Issue still persists. Created a fresh conda environment and ran `conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch`. Fails with the same `CondaHTTPError: HTTP 403 FORBIDDEN` errors. EDIT: Its working...

> Hey @xuebinqin sorry for late reply, I have added similar image in data-set but still the issue is there, how can I change the loss weights while training for...

1) If your test images are similar to the DUTS dataset, you could use the pretrained weights and fine-tune the model instead of training from scratch. 2) You could use...

> > 1. If your test images are similar to the DUTS dataset, you could use the pretrained weights and fine-tune the model instead of training from scratch. > >...

For my background removal task, I had initially used BCE (with the ground truth masks having only 0 and 1) but the edges seemed to be too sharp for my...

There could be multiple reasons for slow inference: 1) Slow CPU / GPU. 2) Not enough RAM leading to paging. 3) More parameters have been added (probably by changing the...