"test/vscode:/vscode.git/clone" did not exist on "0ebbb0abd0610c8ffe978902c06751f94a2e3197"
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