- `Pad`
- Improved stability of constant transformations when `paddings` is `Numpy.ndarray`
- Dummy inference with `CUDAExcecutionProvider` causes large errors in inference results, so fixed to infer using CUDA only when `--use_cuda` is explicitly specified.
- Upgrade `onnxsim` to 0.4.33
- [[TODO] Add option to disable CUDAExecutionProvider during inference 412](https://github.com/PINTO0309/onnx2tf/issues/412)
- [Error in tf.pad operation 413](https://github.com/PINTO0309/onnx2tf/issues/413)
What's Changed
* Improved stability of constant transformations when `paddings` is `Numpy.ndarray` by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/414
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.14.3...1.14.4