Привет, я пытаюсь запустить этот код:
results = m.evaluate(input_fn=lambda: input_fn(df_test), steps=1)
Но я получаю следующую ошибку:
ValueError: Features are incompatible with given information.
Givenfeatures: {'phone_used_time': <tf.Tensor 'Const:0' shape=
(3929,)dtype=string>}, required signatures: {'phone_used_time':
TensorSignature(dtype=tf.int64, shape=TensorShape([Dimension(3929)]),
is_sparse=False)}.
что я могу сделать?