Skip to content

Commit

Permalink
Update orttraining/orttraining/python/training/api/module.py
Browse files Browse the repository at this point in the history
Co-authored-by: pengwa <[email protected]>
  • Loading branch information
baijumeswani and pengwa authored Jul 14, 2023
1 parent 4060226 commit 857defc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orttraining/orttraining/python/training/api/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(
)
self._state = state

def __call__(self, *user_inputs) -> tuple[np.ndarray] | np.ndarray | tuple[OrtValue] | OrtValue:
def __call__(self, *user_inputs) -> tuple[np.ndarray, ...] | np.ndarray | tuple[OrtValue, ...] | OrtValue:
"""Invokes either the training or the evaluation step of the model.
Args:
Expand Down

0 comments on commit 857defc

Please sign in to comment.