Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamLouly committed Feb 28, 2024
1 parent ad53900 commit a7d7e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orttraining/orttraining/python/training/artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def __init__(self, _loss, _loss_input_names=None):
self._loss_input_names = _loss_input_names

def build(self, *inputs_to_loss):

# If loss_input_names is passed, only pass the specified input names to the loss function.
if self._loss_input_names:
inputs_to_loss = self._loss_input_names
Expand Down

0 comments on commit a7d7e90

Please sign in to comment.