broadinstitute / keras-rcnn

Keras package for region-based convolutional neural networks (RCNNs)
Other
553 stars 223 forks source link

Update to keras-resnet 0.0.6. #46

Closed hgaiser closed 7 years ago

hgaiser commented 7 years ago

Title says it all :)

codecov-io commented 7 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   53.64%   53.64%           
=======================================
  Files          17       17           
  Lines         563      563           
=======================================
  Hits          302      302           
  Misses        261      261
Impacted Files Coverage Δ
keras_rcnn/classifiers/resnet.py 94.44% <100%> (ø) :arrow_up:
keras_rcnn/models.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 e341198...39a36dd. Read the comment docs.

0x00b1 commented 7 years ago

Awesome! Thanks, @hgaiser!