Open D-X-Y opened 2 years ago
Make a commitment to ablatively study this issue.
TODO:
Run
python ./exps/NATS-algos/search-cell.py --dataset cifar10 --data_path $TORCH_HOME/cifar.python --algo gdas_v1 --rand_seed 777
and
python ./exps/NATS-algos/search-cell.py --dataset cifar10 --data_path $TORCH_HOME/cifar.python --algo gdas --rand_seed 777
to see the performance difference.
May I ask the author if you have conducted experimental comparisons between these two implementations? Will they bring significant differences?
Which Algorithm GDAS: Searching for A Robust Neural Architecture in Four GPU Hours
Describe the Question In search_cells.py, there are two kinds of GDAS implementations:
self._ops[index](x) * weights[index]
weights[_ie] * edge(nodes[j]) if _ie == argmaxs else weights[_ie] for _ie, edge in enumerate(self.edges[node_str])