From e28ad8fea10bcaa0a9491cab6d3efbccbccc7810 Mon Sep 17 00:00:00 2001 From: dayhaha <18800111918@163.com> Date: Wed, 8 Feb 2017 10:11:19 +0000 Subject: [PATCH] remove matplotlib from predict.py --- recognize_digits/predict.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recognize_digits/predict.py b/recognize_digits/predict.py index 0498a48..e89b32f 100644 --- a/recognize_digits/predict.py +++ b/recognize_digits/predict.py @@ -11,8 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""Usage: predict.py -c CONF -d DATA -m MODEL - +"""Usage: predict.py -c CONF -d DATA -m MODEL Arguments: CONF train conf @@ -29,7 +28,6 @@ Options: import os import sys from docopt import docopt -import matplotlib.pyplot as plt import numpy as np from py_paddle import swig_paddle, DataProviderConverter -- GitLab