get

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

Return the loss callable by identifier.

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

callable The loss callable.