Chris Shin
Chris Shin
I filed an issue. For now if anyone else runs into same issue, you can manually export the table. Go the BigQuery, then click the table you want to export....
@lakshmanok 2-6 was part of the comment inside the bash. The version I am using is 2.9.0-rc2. After `os.environ['TF_VERSION']='2-' + tf.__version__[2:3]`, the TF_VERSION is 2-9. I tried hard coding the...
@lakshmanok I found out why I kept getting different versions. For some reason the code to delete any existing models doesn't work. The code to get MODEL_ID: `$(gcloud ai models...
@lakshmanok Do you mean the model? The name of the Model is "flights-20220804-023315" and the endpoint is named "flights". I tried to deploy by going to Model Registry within Vertex...
@lakshmanok I tried using TensorFlow 2.8 but it still seem to cause issue. This is what I tried: Instead of using TensorFlow 2 (Local) kernel, I changed it to Python...
While I was looking for a solution, I found that other people seem to be having the same issue with `gcloud ai models list`: https://issuetracker.google.com/issues/237019264 It seems like one of...