François Badaud
François Badaud
good morning @jerryzh168 i got the latest code for caffe2 this morning so with the latest version of the caffe_translator.py I also use a cifar10.prototxt and a .caffemodel that I...
I finally be able to convert SSDVGG from Caffe to caffe2 and solve my issues in caffe2/python/caffe_translator.py by adding ,*kwargs in the call of new layers added like this: `@TranslatorRegistry.Register("Normalize")...
@jerryzh168 hi I am not familiar with PR. I create a branch locally and add, commit my modification. then I ve tried to push this branch to origin but got...
I am having also problems during loading of a VGG based net. here are the errors: : Instantiating predictor... A/native: [F given_tensor_fill_op.h:27] Check failed: output->size() == values_.size() output size: 2359296...