Skip to content

Commit 8a86378

Browse files
committed
Cosmetics
Signed-off-by: Pablo Ribalta <pribalta@nvidia.com>
1 parent 6ca9637 commit 8a86378

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TensorFlow/Segmentation/VNet/utils/model_fn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def vnet_v2(features, labels, mode, params):
122122
loss_scale='dynamic'
123123
)
124124

125-
126125
train_op = optimizer.minimize(total_loss, global_step=global_step)
127126

128127
eval_metric_ops = None

0 commit comments

Comments
 (0)