cavis/docs/keras-import/templates/constraints.md
Alex Black 4f7b35ac82
Update links to eclipse repos (#252)
* Fix repo links and clean up old github templates

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* More link updates

Signed-off-by: AlexDBlack <blacka101@gmail.com>
2019-09-10 19:09:46 +10:00

679 B

title, short_title, description, category, weight
title short_title description category weight
Keras Constraints Constraints Supported Keras constraints. Keras Import 4

Supported constraints

All Keras constraints are supported:

  • max_norm
  • non_neg
  • unit_norm
  • min_max_norm

Mapping Keras to DL4J constraints happens in KerasConstraintUtils.