bwery

Results 5 issues of bwery

I know this is an experimental feature, but as I need it, I have performed some tests and identified the two following issues, for which I can propose a correction....

It appears that the "mode" parameter in ONNX padding layers is optional, and a default 'constant' value is to be considered in this case (see in [https://github.com/onnx/onnx/blob/master/docs/Operators.md#Pad]). I have a...

Platform (like ubuntu 16.04/win10): ubuntu 18.04 Python version: 3.6.9 After installation of mmdnn with command "pip install mmdnn", any mmdnn command related to keras fails with message: "ModuleNotFoundError: No module...

I have tried to install the release 1.16.0 (on ubuntu 18.04), because it is the released documentation is referencing. I have not been able to install this release: - Documentation...

Hello, I try to use conversion of caffe models to onnx using the path that is documented here, converting to coreml and then converting coreml model to onnx. In the...