Skip to content

Commit

Permalink
restore test_ptb_lm_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Nov 27, 2023
1 parent 7f84a25 commit db0dad2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/dygraph_to_static/test_ptb_lm_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import numpy as np
from dygraph_to_static_utils_new import (
Dy2StTestBase,
test_ast_only,
test_pir_api_only,
)

import paddle
Expand Down Expand Up @@ -336,8 +334,6 @@ def setUp(self):
else paddle.CPUPlace()
)

@test_ast_only
@test_pir_api_only
def test_check_result(self):
loss_1, hidden_1, cell_1 = train_static(self.place)
loss_2, hidden_2, cell_2 = train_dygraph(self.place)
Expand Down

0 comments on commit db0dad2

Please sign in to comment.