melodyguan / enas

TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
https://arxiv.org/abs/1802.03268
Apache License 2.0
1.58k stars 390 forks source link

Attention maps in the code #100

Open JiahaoYao opened 5 years ago

JiahaoYao commented 5 years ago

Hi, could anyone tell me how to understand the attention mechanism in the code: https://github.com/melodyguan/enas/blob/master/src/cifar10/general_controller.py#L121-L124? I did not find that in the paper. Thank you.