未验证 提交 03fe7b32 编写于 作者: L LiuYongFeng 提交者: GitHub

Merge pull request #462 from jacquesqiao/update-mnist

add comment to mnist client.py
......@@ -3,6 +3,9 @@ from PIL import Image
import numpy as np
import os
# this client is used by Paddle serve: https://github.com/PaddlePaddle/book/tree/develop/serve
# please do not use it directly
def load_image(file):
im = Image.open(file).convert('L')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册