Skip to content
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

[Bug]: custom job state printed as number instead of string #123

Open
racinmat opened this issue Mar 13, 2024 · 0 comments
Open

[Bug]: custom job state printed as number instead of string #123

racinmat opened this issue Mar 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@racinmat
Copy link
Contributor

Contact Details

No response

What happened?

When I run a job, I see

INFO:google.cloud.aiplatform.training_jobs:CustomContainerTrainingJob projects/132000707471/locations/europe-west1/trainingPipelines/301533504775127040 current state:
3
INFO:google.cloud.aiplatform.training_jobs:View backing custom job:
https://console.cloud.google.com/ai/platform/locations/europe-west1/training/8955270557511712768?project=132000707471
INFO:google.cloud.aiplatform.training_jobs:CustomContainerTrainingJob projects/132000707471/locations/europe-west1/trainingPipelines/301533504775127040 current state:
3
INFO:google.cloud.aiplatform.training_jobs:CustomContainerTrainingJob projects/132000707471/locations/europe-west1/trainingPipelines/301533504775127040 current state:
3
INFO:google.cloud.aiplatform.training_jobs:CustomContainerTrainingJob projects/132000707471/locations/europe-west1/trainingPipelines/301533504775127040 current state:
3
INFO:google.cloud.aiplatform.training_jobs:CustomContainerTrainingJob projects/132000707471/locations/europe-west1/trainingPipelines/301533504775127040 current state:
3
INFO:google.cloud.aiplatform.training_jobs:CustomContainerTrainingJob projects/132000707471/locations/europe-west1/trainingPipelines/301533504775127040 current state:
3

while before there was something like CustomJob.RUNNING or something silmilar.
I guess it was caused by #119 or #118 . Maybe returning the specific protobuf import would be useful and I hope it would not slow down the loading that much.

wanna.yaml file

-

wanna-ml CLI command

wanna job run ...

Relevant log output

No response

@racinmat racinmat added the bug Something isn't working label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant