From f12035b9592f9c68ee04262e617f7974fdc95f64 Mon Sep 17 00:00:00 2001 From: jiangjiajun Date: Thu, 5 Sep 2019 10:48:09 +0800 Subject: [PATCH] test --- x2paddle/core/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2paddle/core/util.py b/x2paddle/core/util.py index 3496095..faafe83 100644 --- a/x2paddle/core/util.py +++ b/x2paddle/core/util.py @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +import paddle.fluid as fluid import numpy import math import os -- GitLab