"tests/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "a8817998d4f36f4f2f178b055af6a0ded1b14a81"
Commit 080347bc authored by guptapriya's avatar guptapriya Committed by guptapriya
Browse files

fix lint

parent dcd76d49
...@@ -233,7 +233,8 @@ def _get_keras_model(params): ...@@ -233,7 +233,8 @@ def _get_keras_model(params):
from_logits=True, from_logits=True,
reduction="sum") reduction="sum")
loss_scale_factor = batch_size * tf.distribute.get_strategy().num_replicas_in_sync loss_scale_factor = (batch_size *
tf.distribute.get_strategy().num_replicas_in_sync)
keras_model.add_loss(loss_obj( keras_model.add_loss(loss_obj(
y_true=label_input, y_true=label_input,
y_pred=softmax_logits, y_pred=softmax_logits,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment