wzhe06/SparrowRecSys

DeepFM.py 运训报错

mokundong opened this issue · 1 comments

python:3.8.5
tensorflow:2.2.0
tensorflow.python.framework.errors_impl.UnimplementedError: Cast string to int32 is not supported

DeepFM_V2.py
line125: deep_feature = tf.keras.layers.Dense(32, activation='relu')(deep_feature)
ValueError: The last dimension of the inputs to Dense should be defined. Found None.