提交 fd74c952 编写于 作者: Z Zeyu Chen

Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleHub into develop

......@@ -20,7 +20,7 @@ PaddleHub是基于PaddlePaddle开发的预训练模型管理工具,可以借
**环境依赖**
* Python>=2.7
* PaddlePaddle>=1.3.2
* PaddlePaddle>=1.4.0
**NOTE:** PaddleHub推荐在Python 3环境下进行使用
......
......@@ -92,7 +92,7 @@ class ImageClassificationReader(object):
self.image_height)
if self.data_augmentation:
image = image_augmentation.image_random_process(
image, enable_resize=False)
image, enable_resize=False, enable_crop=False)
# only support RGB
image = image.convert('RGB')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册