Skip to content

Commit

Permalink
set random seed to in test_export_deploy_model
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuChiachi committed Oct 27, 2020
1 parent 6905608 commit de33a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def test_summary_error(self):

def test_export_deploy_model(self):
self.set_seed()
np.random.seed(2020)
np.random.seed(201)
for dynamic in [True, False]:
paddle.disable_static() if dynamic else None
prog_translator = ProgramTranslator()
Expand Down

1 comment on commit de33a7d

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.