提交 2c9b4d42 编写于 作者: Q qiaolongfei

add comment to mnist client.py

上级 a2fc2385
...@@ -3,6 +3,9 @@ from PIL import Image ...@@ -3,6 +3,9 @@ from PIL import Image
import numpy as np import numpy as np
import os 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): def load_image(file):
im = Image.open(file).convert('L') im = Image.open(file).convert('L')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册