Yassine Benyahia
Yassine Benyahia
Hello, I tried to run the latest caffe version with largemargin layer however I get an error in the largemargin_inner_product_layer.hpp where it says the the Layer does take 2 arguments...
Hello @carpedm20 , Thanks a lot for this nice implementation of the ENAS paper. Did you manage to reproduce their results by retraining the model from scratch? Thanks, Best
Hello, Thanks for open sourcing the code. After your commit: https://github.com/melodyguan/enas/commit/2734eb2657847f090e1bc5c51c2b9cbf0be51887 I get 63.26 in ppl and not the 55.6 stated in the paper. However before this commit I get...
Quantization
Hello, I am working on both image classification examples (CIFAR/IMAGENET) and am struggling understanding where the quantization appears in your examples. Actually, i looked in the prototxt files provided in...
Hello, I am trying to fine-tune a model with sparsification. Actually, it corresponds to the alexnet architecture trained on imagenet data given here : https://github.com/cvjena/cnn-models . I am trying to...
Hello manu, I tried to use a snapshot of a sparsified model from caffe-jacinto and to load it in caffe. However, I get an error stating that there is not...
Hello Manu, Do you think it would be possible for your team to fix this issue in caffe-jacinto? https://github.com/NVIDIA/caffe/issues/436 Thanks a lot, Best
Hello manu, is it correct to use setattr(layer.quantization_param.precision, 8) given the generated caffe_pb2 for setting the layerwise quantization ? Also, is it possible to sparsify networks layer by layer ?...