-
Notifications
You must be signed in to change notification settings - Fork 6.5k
ppai/image-classification: use new model #6503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ppai/image-classification: use new model #6503
Conversation
…amples into ppai-use-new-model
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? |
I think it got deleted, I had the new model called |
Blocked by: GoogleCloudPlatform/ai-platform-samples#457 |
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)