chainer / onnx-chainer

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

Support GroupNormalization #219

Closed disktnk closed 5 years ago

disktnk commented 5 years ago

Trace chainer logic.

codecov-io commented 5 years ago

Codecov Report

Merging #219 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   89.99%   90.16%   +0.17%     
==========================================
  Files          24       24              
  Lines        1529     1556      +27     
==========================================
+ Hits         1376     1403      +27     
  Misses        153      153
Impacted Files Coverage Δ
onnx_chainer/mapping.py 90% <ø> (ø) :arrow_up:
onnx_chainer/functions/array.py 90.55% <100%> (+0.03%) :arrow_up:
onnx_chainer/functions/normalization.py 90.47% <100%> (+4.03%) :arrow_up:
onnx_chainer/functions/__init__.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d2242a0...0434c85. Read the comment docs.

shinh commented 5 years ago

LGTM, thanks!