Skip to content

Commit

Permalink
add compare accuracy api (#53646)
Browse files Browse the repository at this point in the history
cherry-pick #53430
  • Loading branch information
zhangkaihuo authored May 9, 2023
1 parent 2aefc45 commit 2267806
Show file tree
Hide file tree
Showing 5 changed files with 874 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/amp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
from .grad_scaler import OptimizerState # noqa: F401

from . import debugging # noqa: F401
from . import accuracy_compare # noqa: F401

from paddle.fluid import core
from paddle.fluid.framework import (
Expand Down
Loading

0 comments on commit 2267806

Please sign in to comment.