-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
[BUG] Can't reuse a loaded model saved after training #1224
Comments
@PaulSteffen-betclic please pull the latest branches. there was a recent fix. if you are using our merlin-tensorflow:23.08 image, you need to do
|
I'm currently using the version 23.8.0+5.g16d289a77, which include this recent fix |
I also tried to use the latest branches, using the merlin-tensorflow:nightly image (23.08 do not work on macOS) and always the same error. |
@PaulSteffen-betclic after you load the model can you please do this step before you convert it to topk_encoder model?
|
It fix this issue ! |
Bug description
Can't use a loaded model, saved after using
.fit()
method.Steps/Code to reproduce bug
First, a warning is logged when saving the retrieval model:
Then, an error occured when using the loaded model:
Expected behavior
Use the loaded model to create a top k encoder.
Environment details
The text was updated successfully, but these errors were encountered: