graphconv icon indicating copy to clipboard operation
graphconv copied to clipboard

pytorch implementation of graph convolutions for semantic segmentation on ADE20K dataset

Results 2 graphconv issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/4025053/89116230-21903980-d4c4-11ea-81cb-11953826e11e.png) 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...

bug
good first issue

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

good first issue