Andrew Tulloch
Andrew Tulloch
AFAIK it's just a model for benchmarking, probably derived from some of their fully-connected speech recognition nets. It's similar to the net MSR used in the 1-bit SGD paper for...
As discussed, https://gist.github.com/ajtulloch/92c8e7c8bbc877df9657 extends the Caffe integration to Pooling and InnerProduct layers. I can send a diff to that, and also add the backpropagation in convolutional layers (modulo fixing the...
https://github.com/ajtulloch/caffe/tree/nnpack-pr is the branch (adds InnerProduct, Pooling, a shared threadpool, etc) that I'm proposing to be upstreamed into Caffe. Does that branch look good to you @Maratyszcza ?
I can update that branch with the new NNPACK API, give me a few days. For caffe2, just building and setting engine="NNPACK" in the OperatorDef is sufficient. For Torch, https://github.com/szagoruyko/nnpack.torch/blob/master/SpatialConvolution.lua...
Nice! Not sure if it's useful, but feel free to reuse any of the pictures/docs in https://github.com/facebook/fb-caffe-exts#predictor as well if you want.
Oh I'm not fishing for citations or anything haha, just wondered if they were useful. D/w about it :)
Really nice stuff, thanks @alexbw
Yeah, I uploaded an old version. I can upload a new one - thanks!
Sure, will do :)