Krishan Rajaratnam

Results 2 comments of Krishan Rajaratnam

Hello everyone, I show how easy it is to integrate Torchmetrics with segmentation models PyTorch (SMP) [here](https://krishanr.github.io/fastpages/pytorch/pytorchlightning/segmentationmodels/torchmetrics/torchvision/tensorboard/2022/08/25/pet_segmentation.html). Hardly any additional code needed. I've also taken a close look at the...

Using concatenate_depth 'layer4' the last conv1x1 layer is `Conv2d(4096, 2048, kernel_size=(1, 1), stride=(1, 1))`. Also for an input tensor of shape `(1, 4, 256, 256)` (initalized with `torch.randn`), the models...