We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09caf99 commit f0b3613Copy full SHA for f0b3613
people-and-planet-ai/image-classification/e2e_test.py
@@ -36,7 +36,7 @@
36
MAX_IMAGES_PER_CLASS = 1
37
38
# Use a pre-trained pre-existing model, training one takes too long.
39
-MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/1590773423066316800"
+MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/712175671543070720"
40
41
42
@pytest.fixture(scope="session")
0 commit comments