Implement the inception models

Implement the inception models layers from the paper

Szegedy, Christian, et al. "Going deeper with convolutions." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2015.

A good reference could be this one https://github.com/davidsandberg/facenet/blob/master/src/models/network.py#L148