diff --git a/paddleclas.py b/paddleclas.py index 27e0b5c708..4f953794d1 100644 --- a/paddleclas.py +++ b/paddleclas.py @@ -27,6 +27,7 @@ from tqdm import tqdm from prettytable import PrettyTable import paddle +import paddle from .ppcls.arch import backbone from .ppcls.utils import logger diff --git a/setup.py b/setup.py index 1131c35ece..f2466b3f03 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +# test ci from setuptools import setup