We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
模型训练时输入是userId/ItemId这些特征,训练好后模型很大,想把训练好的模型里把Embedding层单独拿出来存Redis,然后推理的时候从redis查询embedding后直接给模型serving推理,这个用easyrec如何实现导出这样的模型? 参考:embedding层单独拿出来存Redis,Redis放不下就可以放Hbase
The text was updated successfully, but these errors were encountered:
Will add a document on this, but redis is not efficient, we are developing a new embedding server.
Sorry, something went wrong.
No branches or pull requests
模型训练时输入是userId/ItemId这些特征,训练好后模型很大,想把训练好的模型里把Embedding层单独拿出来存Redis,然后推理的时候从redis查询embedding后直接给模型serving推理,这个用easyrec如何实现导出这样的模型?
参考:embedding层单独拿出来存Redis,Redis放不下就可以放Hbase
The text was updated successfully, but these errors were encountered: