Pytorch Implementation the paper Auto-DeepLab Hierarchical Neural Architecture Search for Semantic Image Segmentation
410
stars
97
forks
source link
File "../AutoDeeplab-master/operations.py", line 90, in forward out = torch.cat([self.conv_1(x), self.conv_2(x[:,:,1:,1:])], dim=1) #41
Closed
Randylcy closed 5 years ago
done