sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

change the default batch size for exporter #1194

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

The default batch size was handled differently depending on the type of converter used. For example, the default batch size was equivalent to network batch size when converting from nnp to onnx, but it was 1 when converting from nnp to nnb or csrc.

This PR changes the default batch size is 1 for any exporter.