Hi,
When you try to export a model in ONNX format, the deploy method expects the InputLayer parameters height and n_channels not to be None, even though they are meant to be used only with image data.
It would be nice not to have to specify dummy values for them when training RNNs and DNNs for example.
Best regards,
Victor
Hi,
When you try to export a model in ONNX format, the deploy method expects the InputLayer parameters height and n_channels not to be None, even though they are meant to be used only with image data.
It would be nice not to have to specify dummy values for them when training RNNs and DNNs for example.
Best regards,
Victor