Ranuga Disansa
Ranuga Disansa
hi, Sorry for asking this many questions but I am confused that's why. For freezing layers `model = googlenet()` `model.some_fc.requires_grad = False` and for fine-tuning `model = goognet()` from `model.some_fc...
OK thank you I can understand the issue now. I will start working on it. Thank you very much @oke-aditya
hi, Again I am really sorry for asking this many questions but I am not understanding this correctly. So what I need to implement is 1. Simply re-training the model...
hi, I wanted to know why is the draw_bounding_boxes not using cv2 ` import cv2 xmin,ymin,xmax,ymax = 317,265,556,342 x = xmin y = ymin w = xmax - xmin h...
ok thank you @oke-aditya I will check the resources. With best regards, Ranuga
hi @Borda @akihironitta I would like try this issue. With best regards, Ranuga
I cant edit the https://pytorch-lightning-bolts.readthedocs.io/en/latest/datasets.html file https://pytorch-lightning-bolts.readthedocs.io/en/latest/datasets.html it gives a 404. With best regards, Ranuga
ok, thank you @Borda With best regards, Ranuga
hi I can help with this issue
hi, I did some changes and my test code is `from torchmetrics import FBeta` `from sklearn.metrics import fbeta_score` `import torch` `y_true = torch.tensor([0, 1, 1, 0, 1, 1])` `y_pred_class =...