Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[Project] Keras implementations of Attention-based BatchNormalization papers

Hello guys,

I have recently implemented two papers about attention-based BatchNormalization.

2) Attentive Normalization :

Arxiv link : https://arxiv.org/abs/1908.01259

Official Pytorch implementation : Not yet released but will be available here https://github.com/ivMCL/AttentiveNorm

My Keras implementation : https://github.com/Cyril9227/Keras_AttentiveNormalization

2) Instance Enhancement Batch Normalization :

Arxiv link : https://arxiv.org/abs/1908.01259

Official Pytorch implementation : https://github.com/gbup-group/IEBN

My Keras implementation : https://github.com/Cyril9227/Keras_IEBN

Both implementations work as a simple droppin replacement of standard BatchNorm layer. Any feedbacks are welcome !

Thank’s 🙂

submitted by /u/cyril_9227
[link] [comments]