Seongmin Choi
Seongmin Choi
**- What I did** Added Dice coefficient loss function with documentation in keras_contrib/losses, and modified keras_contrib/losses/__init__.py accordingly Added pytest functionality **- How I did it** Added dice_loss function in keras_contrib/losses/dice.py,...
- works for the processing and the plots - let me know if you need anything else :)
Previously `trans` and `untrans` have been appending another DataFrame, either `a` or `b`. Fixed #133 by applying a simple fix: using `concat` instead of `append`.