提交 e28ad8fe 编写于 作者: D dayhaha

remove matplotlib from predict.py

上级 e9ba37bc
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Usage: predict.py -c CONF -d DATA -m MODEL """Usage: predict.py -c CONF -d DATA -m MODEL
Arguments: Arguments:
CONF train conf CONF train conf
...@@ -29,7 +28,6 @@ Options: ...@@ -29,7 +28,6 @@ Options:
import os import os
import sys import sys
from docopt import docopt from docopt import docopt
import matplotlib.pyplot as plt
import numpy as np import numpy as np
from py_paddle import swig_paddle, DataProviderConverter from py_paddle import swig_paddle, DataProviderConverter
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册