chainer / onnx-chainer

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

Start supporting ONNX 10 #179

Closed take-cheeze closed 5 years ago

take-cheeze commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #179 into master will increase coverage by 0.55%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   88.93%   89.49%   +0.55%     
==========================================
  Files          24       24              
  Lines        1347     1361      +14     
==========================================
+ Hits         1198     1218      +20     
+ Misses        149      143       -6
Impacted Files Coverage Δ
onnx_chainer/functions/array.py 90.03% <100%> (+0.37%) :arrow_up:
onnx_chainer/export.py 91.06% <100%> (+0.2%) :arrow_up:
onnx_chainer/functions/pooling.py 83.72% <100%> (+7.25%) :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 7ee1a79...c91e348. Read the comment docs.

disktnk commented 5 years ago

ChainerCI, test this please

pfn-ci-bot commented 5 years ago

Successfully created a job for commit 14f10fd:

take-cheeze commented 5 years ago

Seems CI is killed by memory usage of VGG16/ResNet50

disktnk commented 5 years ago

Could you increase memory size to 16GB for now? https://github.com/chainer/onnx-chainer/blob/master/.chainerci/config.pbtxt#L7 https://github.com/chainer/onnx-chainer/blob/master/.chainerci/config.pbtxt#L31

disktnk commented 5 years ago

ChainerCI, test this please

pfn-ci-bot commented 5 years ago

Successfully created a job for commit c91e348: