lightweight-neural-architecture-search
lightweight-neural-architecture-search copied to clipboard
[DeepMAD] question about the entropy compute
hey, in code 'get_deepmad_forward' func, the deepmad compute way is log(sqrt(c*k^2/g)), [https://github.com/alibaba/lightweight-neural-architecture-search/blob/main/tinynas/models/blocks_cnn_2d/blocks_basic.py#L444]
but in paper, the definition of the CNN entropy is without sqrt option,