Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
keras / api / _v1 / keras / constraints / __init__.py
Size: Mime:
# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
"""Constraints: functions that impose constraints on weight values.
"""

import sys as _sys

from keras.constraints import Constraint
from keras.constraints import MaxNorm
from keras.constraints import MaxNorm as max_norm
from keras.constraints import MinMaxNorm
from keras.constraints import MinMaxNorm as min_max_norm
from keras.constraints import NonNeg
from keras.constraints import NonNeg as non_neg
from keras.constraints import RadialConstraint
from keras.constraints import RadialConstraint as radial_constraint
from keras.constraints import UnitNorm
from keras.constraints import UnitNorm as unit_norm
from keras.constraints import deserialize
from keras.constraints import get
from keras.constraints import serialize
from tensorflow.python.util import module_wrapper as _module_wrapper

if not isinstance(_sys.modules[__name__], _module_wrapper.TFModuleWrapper):
  _sys.modules[__name__] = _module_wrapper.TFModuleWrapper(
      _sys.modules[__name__], "keras.constraints", public_apis=None, deprecation=True,
      has_lite=False)