From 5a220dc218b1b8dd22ba50c4361870729f108888 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Oct 2018 11:52:23 +0000 Subject: [PATCH] Fix python3 utils plot --- python/paddle/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/utils/__init__.py b/python/paddle/utils/__init__.py index 5de6f966a0..db6fe2d5ff 100644 --- a/python/paddle/utils/__init__.py +++ b/python/paddle/utils/__init__.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -from plot import Ploter +from .plot import Ploter __all__ = ['dump_config', 'Ploter'] -- GitLab