".github/git@developer.sourcefind.cn:change/sglang.git" did not exist on "dff0ab92eb62171f0941f4d226094c818e02f7b3"
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):
from_logits=True,
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(
y_true=label_input,
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