-
Hello,
Once a model is trained, how to save the checkpoint and reload for inferencing.
I didn't find any inference API in this library.
Does it support inferencing for the prediction task, like…
geo47 updated
2 years ago
-
在考虑匹配度的同时考虑 3 个类型:文档 > 标题 > 列表项
88250 updated
2 years ago
-
-
When I try to run my model like this:
```
val z = session.runner()
.feed("serving_default_afid_index", id_index)
.feed("serving_default_ageLV", ageLV)
.feed("serving_default_cit…
-
**I can't create any tensor, the error message is:**
Error:(141, 52) Static methods in interface require -target:jvm-1.8
val fed2 = TInt32.tensorOf( org.tensorflow.ndarray.NdArrays.vectorOf(4, 3…
-
hi, thank you for your share code!, ask your question, how to deal with multi valued category features?such as user interest tags,this source code can not be used
-
### Description
Andreas:
- [x] Remove the sys path include
- [x] Change the [current pipeline](https://github.com/microsoft/recommenders/tree/main/tests/ci/azure_pipeline_test) so it installs t…
-
### Description
Not able to restore trained xDeepFM models from TensorFlow save files.
***The "create_hparams" function, present in the "deeprec_utils.py" script takes two variables related to …
-
你好,我是新手,看了下里面的模型,似乎不是xdeepFM,与xdeepFM相比speed与AUC的trade-off哪个更好,有做过比较吗?谢谢
-
Hi, congrats on your great work!
I was wondering why you add a offset before embedding?
https://github.com/rixwew/pytorch-fm/blob/a4cfa99aa23147b15a0df065553567dba859246d/torchfm/layer.py#L27
A…