C3_W5 graded assignment got 2 error

first one when doing prediction after the model has been successfully deployed


second one when I’m trying to deploy the second model:

Hello @Rong_Li2
I think there is an issue with the input data you provided for prediction.
Please ensure that the input data you provide for prediction matches the expected data types specified by the model. eg int32

I am experiencing exactly the same problems. From what I understood the test cell seems to feed int64 data instead of int32 (or the other way round). For the second error I’m guessing the problem is at the gcloud beta ai models list --region=$REGION --format='value(MODEL_ID)' --filter=display_name=${MODEL_NAME} line, returning nothing. I didn’t have enough time to actually debug this during the exercise though.