Bhavesh Bhansali
Results
2
issues of
Bhavesh Bhansali
I would like to access model.recommend_user API. May I have link of it?
Hello, I have saved deepFM model using libsering.serialization.tf_saved(model). I load the model using: loaded_model = `tf.saved_model.load('model')` The model predict signature looks like: `_SignatureMap({'predict': })` However, when I am trying to...