Uh oh!
There was an error while loading. Please reload this page.
ppai/image-classification: use new model - #6503
Conversation
…amples into ppai-use-new-model
leahecole
commented
Aug 2, 2021
Ugh - I'm so sorry @davidcavazos but after all of that model training, I don't see it in the project! I'm assuming it's in the python-docs-samples-tests project, but if not, let me know. I don't think that any @GoogleCloudPlatform/python-samples-owners have been touching the Vertex AI models, but I wonder if something like the "reaper" that Luke Davis had used awhile ago could be silently deleting it? @vinnysenthil@dizcology@aribray, is there a job that runs and deletes models in the test project? Or were you only using such a tool in your Vertex AI team project? |
I remember @ivanmkc brought up a topic about cleaning up some stale/old/expensive looking test data sets on our project folder as well to lower the budget, perhaps it was deleted by then? |
davidcavazos
commented
Aug 2, 2021
I think it got deleted, I had the new model called |
davidcavazos
commented
Aug 4, 2021
Blocked by: GoogleCloudPlatform/ai-platform-samples#457 |
davidcavazos
commented
Aug 4, 2021
Updated PR: #6528 |
Description
Fixes#6502, #6503
Trained a new model to be used for these tests since the old one was deleted.
Checklist
nox -s py-3.6(see Test Environment Setup)nox -s lint(see Test Environment Setup)