MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __init__

Method __init__

tensorflow/python/keras/losses.py:277–281  ·  view source on GitHub ↗
(self,
               reduction=losses_utils.ReductionV2.AUTO,
               name='mean_absolute_error')

Source from the content-addressed store, hash-verified

275 """
276
277 def __init__(self,
278 reduction=losses_utils.ReductionV2.AUTO,
279 name='mean_absolute_error'):
280 super(MeanAbsoluteError, self).__init__(
281 mean_absolute_error, name=name, reduction=reduction)
282
283
284@keras_export('keras.losses.MeanAbsolutePercentageError')

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected