get

dragon.vm.tensorflow.keras.regularizers.get(identifier)[source]

Return the regularizer callable by identifier.

Parameters:
  • identifier (Union[callable, str]) The identifier.
Returns:

callable The activation callable.