Code Monkey home page Code Monkey logo

Comments (3)

guxd avatar guxd commented on August 21, 2024

We considered this issue and tried such training strategy. However, the performance looks worse.
I think if we shut down context encoder, the auto-encoder is just independent to the GAN module thus cannot be regularized by the WAE.
You can still try it and let us know any better strategies.

from dialogwae.

ntubertchen avatar ntubertchen commented on August 21, 2024

Thanks for the quick reply.

So how about turning both utterance encoder and context encoder on during training generator and discriminator.

I assume you had tried such strategy and got worse performance. I would like to ask how bad it became when utterance encoder was turned on. Was the drop significant?

This paper proposed an interesting thought, nice work.

from dialogwae.

guxd avatar guxd commented on August 21, 2024

I did that! Please be noted that the context encoder contains the utterance encoder,

self.context_encoder = ContextEncoder(self.utt_encoder, config['n_hidden']*2+2, config['n_hidden'], 1, config['noise_radius'])

so whenever we update the context encoder, the utterance encoder will be updated as well.

from dialogwae.

Related Issues (11)

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.