Skip to content

Commit

Permalink
delete fix bug for cpu adamw
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo9674 committed Sep 26, 2021
1 parent c308cdf commit eb65e16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/paddle/fluid/tests/unittests/test_adamw_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import numpy as np
import paddle.fluid as fluid
from functools import partial
from op_test import OpTest


class TestAdamWOp(unittest.TestCase):
Expand Down

1 comment on commit eb65e16

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