Giter Site home page Giter Site logo

training code about aivc HOT 4 CLOSED

MichaelSunEngineer avatar MichaelSunEngineer commented on September 7, 2024
training code

from aivc.

Comments (4)

MichaelSunEngineer avatar MichaelSunEngineer commented on September 7, 2024

Hi Dr. Theo,

Is it possible to share also the training code in the near future? I really want to learn your training code.

Best regards

And I want to ask a question, is the FullNet in encode and decode the same model in the train process? Or did you train separately? How is the last loss constructed?

from aivc.

theoladune avatar theoladune commented on September 7, 2024

Hi Michael, thanks for your interest in our work. Unfortunately, we don't plan to release training code in the near future due to our company policy.

The training process consists in learning the appropriate encoder and decoder operations, which are all gathered in FullNet. As such, they are optimized jointly to "mirror" each other i.e. the decoder must be able to undo what the decoder has done to compact the signal. The encoder and decoder are trained to optimize a rate-distortion loss in order to minimize visual degradations as well as the rate required to transmit the video.

from aivc.

MichaelSunEngineer avatar MichaelSunEngineer commented on September 7, 2024

Hi Michael, thanks for your interest in our work. Unfortunately, we don't plan to release training code in the near future due to our company policy.

The training process consists in learning the appropriate encoder and decoder operations, which are all gathered in FullNet. As such, they are optimized jointly to "mirror" each other i.e. the decoder must be able to undo what the decoder has done to compact the signal. The encoder and decoder are trained to optimize a rate-distortion loss in order to minimize visual degradations as well as the rate required to transmit the video.

Thank you very much for your reply. I have carefully read every line of your code and found some training clues. In fact, the training process is not divided into encode or decode,they are trained as a whole, take some modifications when infer . The training process is included in the infer code. Am I right?

from aivc.

theoladune avatar theoladune commented on September 7, 2024

Indeed, the training process is basically the inference + backpropagation to optimize the encoder and decoder weights together according to the loss value obtained during the inference. As such, training is built upon the forward function described in FullNet.

from aivc.

Related Issues (9)

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.