python predict函数_Keras model.predict函数给出输入形状错误
I have implemented universal sentence encoder in Tensorflow and now I am trying to predict the class probabilities on a sentence. I am converting the string to an array as well.Code:if model.model_typ...