broadinstitute / keras-rcnn

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

changed order of args to loss #92

Closed yhenon closed 7 years ago

yhenon commented 7 years ago

Keras has updated the order of arguments for the losses. From the docs, it is now:

sparse_categorical_crossentropy(y_true, y_pred)
codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   74.57%   74.57%           
=======================================
  Files          25       25           
  Lines         704      704           
=======================================
  Hits          525      525           
  Misses        179      179
Impacted Files Coverage Δ
keras_rcnn/layers/losses/_rpn.py 96.15% <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 1e48b1d...0e28c4c. Read the comment docs.