JihongJu / keras-fcn

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

Add encoder and decoder #16

Closed JihongJu closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #16 into master will decrease coverage by 0.29%. The diff coverage is 99.27%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #16     +/-   ##
=========================================
- Coverage   99.35%   99.05%   -0.3%     
=========================================
  Files           6        8      +2     
  Lines         154      212     +58     
=========================================
+ Hits          153      210     +57     
- Misses          1        2      +1
Impacted Files Coverage Δ
keras_fcn/__init__.py 100% <ø> (ø) :arrow_up:
keras_fcn/models.py 100% <100%> (ø) :arrow_up:
keras_fcn/blocks.py 100% <100%> (ø)
keras_fcn/encoders.py 100% <100%> (ø)
keras_fcn/layers.py 100% <100%> (ø) :arrow_up:
keras_fcn/decoders.py 96.15% <96.15%> (ø)

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 38f7470...1c8378a. Read the comment docs.