Skip to content

Commit

Permalink
Merge pull request #101 from disktnk/feature/vup-1.3.2
Browse files Browse the repository at this point in the history
Version up for 1.3.2
  • Loading branch information
disktnk authored Feb 20, 2019
2 parents 33f9434 + b701077 commit 883d30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
- Concat
- Copy
- Depth2Space
- ExpandDims
- GetItem
- Pad <sup>[1](#pad1)</sup><sup>[2](#pad2)</sup>
- Reshape
Expand All @@ -275,6 +276,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
- Add
- AddConstant
- Absolute
- BroadcastTo
- Div
- Mul
- MulConstant
Expand Down Expand Up @@ -307,6 +309,7 @@ Currently 59 Chainer Functions are supported to export in ONNX format.
- AveragePoolingND
- MaxPooling2D
- MaxPoolingND
- ROIPooling2D

### Normalization

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'onnx_chainer.functions',
'onnx_chainer.testing',
],
version='1.3.1',
version='1.3.2',
description='Convert a Chainer model into ONNX',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 883d30d

Please sign in to comment.