yashkant / enas-quantized-nets

Efficient Neural Architecture Search coupled with Quantized CNNs to search for resource efficient and accurate architectures.
4 stars 2 forks source link

BatchNormalization's argument seems incorrect #1

Closed Albelt closed 5 years ago

Albelt commented 5 years ago

Hi: Thanks for your work, here's my question

yashkant commented 5 years ago

Hi Albelt,

You seem to have opened this issue in a wrong repository.

The concerned repository is: https://github.com/yashkant/PNAS-Binarized-Neural-Networks

Thanks for pointing this out. Yes, it is wrong, the axis=3 is the correct argument for it.

If you wish to correct it for others as well, please send a PR here I'll be glad to merge it. :)