Skip to content

Commit c6f4044

Browse files
committed
test=release/1.4 fix model_stat import bug
1 parent 76b49f0 commit c6f4044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/paddle/fluid/contrib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
from .utils import *
3333
from . import extend_optimizer
3434
from .extend_optimizer import *
35+
from . import model_stat
36+
from .model_stat import *
3537

3638
__all__ = []
3739
__all__ += decoder.__all__

0 commit comments

Comments
 (0)