HomeSort by relevance Sort by last modified time
    Searched refs:weighted_loss (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
custom_loss_head.py 57 weighted_loss, _ = loss_fn(labels, weight_tensor, logits)
58 average_loss = math_ops.reduce_mean(weighted_loss)
  /external/tensorflow/tensorflow/python/kernel_tests/
losses_test.py     [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
target_column.py 197 weighted_loss = math_ops.multiply(unweighted_loss,
200 return weighted_loss
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
head.py     [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
training.py     [all...]
training_test.py 708 weighted_loss = _weighted_masked_objective(keras.losses.get('mae'))
719 weighted_loss(
    [all...]

Completed in 1271 milliseconds