From 401509c4070ac1fdb4f65a07a5c538577430d0c7 Mon Sep 17 00:00:00 2001 From: David Cavazos Date: Fri, 30 Jul 2021 20:07:56 +0000 Subject: [PATCH 1/3] ppai/image-classification: use new model --- people-and-planet-ai/image-classification/e2e_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/e2e_test.py b/people-and-planet-ai/image-classification/e2e_test.py index 515a61f8399..85305de3f60 100644 --- a/people-and-planet-ai/image-classification/e2e_test.py +++ b/people-and-planet-ai/image-classification/e2e_test.py @@ -36,7 +36,7 @@ MAX_IMAGES_PER_CLASS = 1 # Use a pre-trained pre-existing model, training one takes too long. -MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/1590773423066316800" +MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/5771582824800845824" @pytest.fixture(scope="session") From 02b81f456d414e5f5741c785067a6c33463897e9 Mon Sep 17 00:00:00 2001 From: David Cavazos Date: Tue, 3 Aug 2021 15:59:34 -0700 Subject: [PATCH 2/3] Retrained model yet again --- people-and-planet-ai/image-classification/e2e_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/e2e_test.py b/people-and-planet-ai/image-classification/e2e_test.py index 85305de3f60..94c25cff816 100644 --- a/people-and-planet-ai/image-classification/e2e_test.py +++ b/people-and-planet-ai/image-classification/e2e_test.py @@ -36,7 +36,7 @@ MAX_IMAGES_PER_CLASS = 1 # Use a pre-trained pre-existing model, training one takes too long. -MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/5771582824800845824" +MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/712175671543070720" @pytest.fixture(scope="session") From 1d66050196ef11fe45e7bbcfcd3c65e9af474acc Mon Sep 17 00:00:00 2001 From: David Cavazos Date: Wed, 4 Aug 2021 13:17:50 -0700 Subject: [PATCH 3/3] ppai/image-classification: retrained new model (again) --- people-and-planet-ai/image-classification/e2e_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people-and-planet-ai/image-classification/e2e_test.py b/people-and-planet-ai/image-classification/e2e_test.py index 94c25cff816..fd621c50cae 100644 --- a/people-and-planet-ai/image-classification/e2e_test.py +++ b/people-and-planet-ai/image-classification/e2e_test.py @@ -36,7 +36,7 @@ MAX_IMAGES_PER_CLASS = 1 # Use a pre-trained pre-existing model, training one takes too long. -MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/712175671543070720" +MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/8785722428534816768" @pytest.fixture(scope="session")