chainer / onnx-chainer

Add-on package for ONNX format support in Chainer
MIT License
85 stars 24 forks source link

Clip-11 #230

Closed take-cheeze closed 4 years ago

take-cheeze commented 5 years ago

When using with latest onnx pip package min/max inputs cannot be handled: https://github.com/onnx/onnx/blob/master/docs/Changelog.md#Clip-11

disktnk commented 4 years ago

On Chainer repository, Clip and ClipRelu converter is fixed, https://github.com/chainer/chainer/pull/8341