JihongJu / keras-fcn

A playable implementation of Fully Convolutional Networks with Keras.
MIT License
202 stars 85 forks source link

Add regularization weight_decay #26

Closed JihongJu closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is 81.81%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   80.16%   80.16%           
=======================================
  Files          12       12           
  Lines         358      358           
=======================================
  Hits          287      287           
  Misses         71       71
Impacted Files Coverage Δ
keras_fcn/encoders.py 100% <100%> (ø) :arrow_up:
keras_fcn/decoders.py 94.44% <100%> (ø) :arrow_up:
keras_fcn/models.py 71.42% <66.66%> (ø) :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 30d3973...de0b193. Read the comment docs.