graphconv
graphconv copied to clipboard
pytorch implementation of graph convolutions for semantic segmentation on ADE20K dataset
 in the code above: z shape is (self.batch, self.d , self.ht*self.wdth , self.no_of_vert) while Q shape is (self.batch, self.ht*self.wdth, self.d , self.no_of_vert) When the code is executed to z...
Hello,thanks for your work. When I run train.py, error FileNotFoundError: [Errno 2] No such file or directory: 'Baseline - resnet50dilating-ppm_deepsup /encoder_epoch_20.pth'.Where can I find this file