semantic-segmentation-pytorch icon indicating copy to clipboard operation
semantic-segmentation-pytorch copied to clipboard

Unable to extract ft from decoder c1 for HRNet

Open ShravanthiPatil opened this issue 3 years ago • 0 comments

Hello, In the file models.py, L364, class C1(nn.Module), I am trying to extract ft. I modified by adding a line ft = x, after the L375. Is it the right away to extract ft? Kindly provide some feedback. Regards, Shravanthi

ShravanthiPatil avatar Sep 06 '21 21:09 ShravanthiPatil