book icon indicating copy to clipboard operation
book copied to clipboard

from __future__ imports must occur at the beginning of the file

Open houj04 opened this issue 5 years ago • 1 comments

In this document: https://www.paddlepaddle.org.cn/documentation/docs/zh/beginners_guide/basics/image_classification/index.html See this section of codes: 图片 The line of from __future__ import print_function should be above all other imports. Otherwise will encounter a "from future imports must occur at the beginning of the file" error.

houj04 avatar Sep 25 '19 07:09 houj04

Thanks for the suggestion, and we will correct it.

AIpioneer avatar Oct 09 '19 02:10 AIpioneer