pytorch-deeplab-xception
pytorch-deeplab-xception copied to clipboard
Implementation of Multi-grid Method in DeepLabV3 paper
Hi. In paper section 3.2.1, You introduced "Multi-grid Method" and Table 5 shows that using Multi-Grid method with rates = (1,2,4) is the best method that the paper used. But (I think) this is not implemented in this code. Would you implement this method on your code?
