felixsmueller

Results 3 issues of felixsmueller

Hi In the readme file you say that there will be soon a Torch version of it. Is this still valid? If yes, when will it come out approximately? Regrads,...

Hi sorry for bothering. In the example.lua I saw the following: img:mul(255):clamp(0, 255):add(-117) The mul(255) is to blow up the values from the range 0...1 to 0...255. The add(-117) is...

Hi Szagoruyko sorry for bothering. I try to load Alexnet as follows: model = loadcaffe.load('./alexnet/deploy.prototxt.lua','./alexnet/bvlc_alexnet.caffemodel','cudnn') The model is from: https://github.com/BVLC/caffe/tree/master/models/bvlc_alexnet The output using loadCaffe shows an libprotobuf ERROR: [libprotobuf ERROR...