Skip to content

Commit f0b3613

Browse files
ppai/image-classification: use new model (GoogleCloudPlatform#6503)
* ppai/image-classification: use new model * Retrained model yet again Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 09caf99 commit f0b3613

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

Lines changed: 1 addition & 1 deletion
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/1590773423066316800"
39+
MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/712175671543070720"
4040

4141

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

0 commit comments

Comments
 (0)