Skip to content

Commit

Permalink
Run test_resnet_v2 in old dy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
0x45f committed Apr 6, 2022
1 parent 1173d68 commit 9bd1d2f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

from __future__ import print_function

import os
os.environ["FLAGS_enable_eager_mode"] = "0"
import math
import time
import unittest
Expand Down

1 comment on commit 9bd1d2f

@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.