weight_cells = F.softmax(self.alphas_cell, dim=-1) at line 168, 172, auto_deeplab.py
weight_network = F.softmax (self.alphas_network, dim = -1) at line 169, 171, auto_deeplab.py
The softmax applied to archtecture parameters are called twice, wonder this is what auto-deeplab meant to do or is a bug?
The softmax applied to archtecture parameters are called twice, wonder this is what auto-deeplab meant to do or is a bug?