Code Monkey home page Code Monkey logo

Comments (4)

OdysseasKr avatar OdysseasKr commented on August 24, 2024 2

the export method allows us to export the model in the form of hdf5 or pkl, so that we can import it afterwards and apply the method disaggregate_chunk without doing the training of the algorithm again.

This is correct! The import_model method does not return a new variable but it sets the internal attributes of the dissagregator. So, after calling the method, the disaggregator variable has loaded the model from the file and is trained and ready to go.

Please note that exporting the model works only with hdf5 files and not with pkl.

from neural-disaggregator.

ikrambennasrbennasr avatar ikrambennasrbennasr commented on August 24, 2024 1

@OdysseasKr Thanks a lot for the explanation, I get it.

from neural-disaggregator.

OdysseasKr avatar OdysseasKr commented on August 24, 2024

Hello @ikrambennasrbennasr
The import_model method does not return anything and works like this:

disaggregator.import_model("model-redd5.h5")
predictions = disaggregator.disaggregate_chunk(A_batch)

This should fix the error.

from neural-disaggregator.

ikrambennasrbennasr avatar ikrambennasrbennasr commented on August 24, 2024

Thanks @OdysseasKr for your response.
In fact, that's what i did and it worked. But I did not understand the usefulness of the import method, if it does not import the model. What I understood, and it's up to you to correct me of course, that the export method allows us to export the model in the form of hdf5 or pkl, so that we can import it afterwards and apply the method disaggregate_chunk without doing the training of the algorithm again. So the question here is what is the utility of the import method if it does not have an output?
Thanks a lot.

from neural-disaggregator.

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.