From 49cbda2b8a77caa735ab85b904f536d19663dea8 Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:33:30 +0800 Subject: [PATCH 1/4] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index aeddfb0ce8..1620fb691a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ scikit-learn>=0.21.0 gast==0.3.3 faiss-cpu easydict +numpy From 84f65fc6f5984821c673ac4e8ed2d405d7769fc9 Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:09:20 +0800 Subject: [PATCH 2/4] Update requirements.txt --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1620fb691a..aeddfb0ce8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,3 @@ scikit-learn>=0.21.0 gast==0.3.3 faiss-cpu easydict -numpy From 8ba84ca5d02f4d2180631091cd628ef4eff9fc2d Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:09:42 +0800 Subject: [PATCH 3/4] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9e9cdb8a4afdbd81b98110dcd6c14020d580e15d Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:37:59 +0800 Subject: [PATCH 4/4] Update paddleclas.py --- paddleclas.py | 1 + 1 file changed, 1 insertion(+) 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