Riccardo (Riki)
Riccardo (Riki)
@memoiry Have you solved this issue? I'm having the same problem
> I will check this later. Have you ever benchmarked another model like MobileNet? BTW, which backend of MNN did you use? OpenCL or Vulkan? Well, my model has a...
@lydoc have you had the chance to investigate yet?
@lydoc you can grab model files and updated `yaml` configuration [here](https://drive.google.com/drive/folders/10pz0aJ8pmmjXOLijM5CD5Yt45D31H3Se?usp=sharing)
@lee-bin please check the new commits
Having the same issue here with another TF model
Same here in our k8s deployment cluster. Any clue?
> We think we might? have solved it on our end -- we didn't have a strict retention policy on logs set in our dagster.yml and once we set it...
Usually it's already outside the model, in that case you don't need to do anything. If it's included in the model, then you've to trim model architecture and weights related...
```bash python json2prototxt.py --mx-json model-symbol.json --cf-prototxt caffe_target.prototxt python mxnet2caffe.py --mx-model model --mx-epoch 0 --cf-prototxt caffe_target.prototxt --cf-model caffe_target.caffemodel ```