Results 7 issues of Riccardo

As of title, I get this error when using the default command: ``` docker run --rm -it -v /YourPackageSrc:/go/work \ -w /go/work \ x1unix/go-mingw go build . ``` Any idea...

Fixes https://github.com/XiaoMi/mace/issues/709.

Before you open an issue, please make sure you have tried the following steps: 1. Make sure your **environment** is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement.html). 2. Have you ever read the...

Currently it's possible to simulate `UpSample` op in CAFFE using a deconvolution layer, but this supports only a bilinear kind of resizing of the image. Instead we can implement a...

Before you open an issue, please make sure you have tried the following steps: 1. Make sure your **environment** is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement.html). 2. Have you ever read the...

e.g. `python mxnet2caffe.py --mx-model model --mx-epoch 0 --cf-prototxt caffe_target.prototxt --cf-model caffe_target.caffemodel`