mesh
mesh copied to clipboard
Examples of image-classification models
@nikip: this is resolved, right?
I have a basic cifar10 example, not sure if that'd be of interest. It implements model parallelism over the a large 8192 fully connected layer. Otherwise it's a basic two layer convnet. I'd like to get the full implementation working eventually with max pool and LRN layers.
@leotam could you release your code of cifar10 example with mesh-tensorflow ?