Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed May 20, 2024
1 parent 426190f commit 15db5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tests/pt/model/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def get_intermediate_state(self, num_steps=1):
dp_lr = self._get_dp_lr()
dp_ds = self._get_dp_dataset()
dp_ds.add_data_requirements(dp_model.input_requirement)
dp_ds.add_data_requirements(dp_loss.label_requirement)
dp_model.data_stat(dp_ds)

# Build graph
Expand Down

0 comments on commit 15db5df

Please sign in to comment.