GithubHelp home page GithubHelp logo

Comments (5)

rnyak avatar rnyak commented on May 26, 2024

@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

cd /models
git pull origin main
pip install .

from models.

PaulSteffen-betclic avatar PaulSteffen-betclic commented on May 26, 2024

@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

cd /models
git pull origin main
pip install .

I'm currently using the version 23.8.0+5.g16d289a77, which include this recent fix

from models.

PaulSteffen-betclic avatar PaulSteffen-betclic commented on May 26, 2024

@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

cd /models
git pull origin main
pip install .

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.

from models.

rnyak avatar rnyak commented on May 26, 2024

@PaulSteffen-betclic after you load the model can you please do this step before you convert it to topk_encoder model?

loaded_model = tf.keras.models.load_model(path)
     # this is necessary when re-loading the model, before building the top K
  _ = loaded_model(mm.sample_batch(dataset, batch_size=128, include_targets=False))

from models.

PaulSteffen-betclic avatar PaulSteffen-betclic commented on May 26, 2024

@PaulSteffen-betclic after you load the model can you please do this step before you convert it to topk_encoder model?

loaded_model = tf.keras.models.load_model(path)
     # this is necessary when re-loading the model, before building the top K
  _ = loaded_model(mm.sample_batch(dataset, batch_size=128, include_targets=False))

It fix this issue !
Thanks !

from models.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.