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 f0b3613 commit dfaa228Copy full SHA for dfaa228
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/712175671543070720"
+MODEL_PATH = f"projects/{PROJECT}/locations/{REGION}/models/1590773423066316800"
40
41
42
@pytest.fixture(scope="session")
0 commit comments