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

update paddlehub/__init__.py

上级 ff97d6b3
......@@ -13,6 +13,7 @@
# limitations under the License.
#coding:utf-8
import six
from . import module
......@@ -49,4 +50,4 @@ from .finetune.strategy import DefaultStrategy
if six.PY2:
import sys
reload(sys)
sys.setdefaultencoding("UTF-8")
\ No newline at end of file
sys.setdefaultencoding("UTF-8")
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册