Code Monkey home page Code Monkey logo

Comments (6)

svkeerthy avatar svkeerthy commented on July 28, 2024 1

Hi,
Cool! Thanks.
Then, calling self.save, after the call to _save_inner_model in tensorflow_model.py, hopefully would be a quick fix. Please correct me if I am wrong.

from code2vec.

haldos avatar haldos commented on July 28, 2024 1

Hi,
Cool! Thanks.
Then, calling self.save, after the call to _save_inner_model in tensorflow_model.py, hopefully would be a quick fix. Please correct me if I am wrong.

This option works fine for me.

from code2vec.

urialon avatar urialon commented on July 28, 2024

Hi,
The file dictionaries.bin is supposed to be saved every time we save the model, i.e., at the end of every epoch. We have recently made some major refactoring which might have broken it.
As an immediate step, you can try going back to commit: 9789cfa

@eladn - if I understand correctly, there is no call to self.save from tensorflow_model.py nor from model_base.py. The function save_inner_model(..) is only saving the model weights but not the dictionaries. Can you take a look?

from code2vec.

urialon avatar urialon commented on July 28, 2024

Right,
but it is even better saving the dictionaries after every epoch here, because maybe you would want to stop training manually before the model stops itself.
Maybe it will be best to save the dictionaries even before starting training, right after creating the vocabularies here.

You can change that locally as a quick fix. I am waiting for @eladn 's response and we'll push a fix.
Sorry for the inconvenience and thanks for letting us know.

from code2vec.

urialon avatar urialon commented on July 28, 2024

Great! I'm glad to hear. Let me know if you have any other questions.

from code2vec.

eladn avatar eladn commented on July 28, 2024

Thanks for letting us know. I made a PR fixing this issue as suggested above.

from code2vec.

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.