You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
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.The text was updated successfully, but these errors were encountered: