Skip to content

Commit dbe515c

Browse files
ppai/image-classification: use new model (GoogleCloudPlatform#6528)
* ppai/image-classification: use new model * Retrained model yet again * ppai/image-classification: retrained new model (again) Co-authored-by: Leah E. Cole <[email protected]>
1 parent f0b3613 commit dbe515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

people-and-planet-ai/image-classification/e2e_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
MAX_IMAGES_PER_CLASS = 1
3737

3838
# Use a pre-trained pre-existing model, training one takes too long.
39-
MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/712175671543070720"
39+
MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/8785722428534816768"
4040

4141

4242
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)