tensorflow2.0 Error when checking input: expected encode_input.......
ValueError:Errorwhencheckinginput:expectedencode_inputtohaveshape(20,)butgotarraywithshape(1,)tf2.0与tf2.0以上不同,直接传入python原数据格式,eg:list会出错,改成np.array(data)_,result=self.encoder_emb.predict(sens_ids)改成_,