oramasearch / onnx-go

onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
https://blog.owulveryck.info/2019/04/03/from-a-project-to-a-product-the-state-of-onnx-go.html
MIT License
704 stars 72 forks source link

fix(conv): VALID padding is back #159

Closed owulveryck closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #159 into master will decrease coverage by 0.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
- Coverage   86.76%   86.75%   -0.02%     
==========================================
  Files         395      395              
  Lines       10527    10529       +2     
==========================================
  Hits         9134     9134              
- Misses       1195     1197       +2     
  Partials      198      198
Impacted Files Coverage Δ
backend/x/gorgonnx/conv.go 52.17% <0%> (-0.93%) :arrow_down:

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 1e3fbee...0cbade9. Read the comment docs.