Giter Club home page Giter Club logo

sedst's People

Contributors

anonymousla avatar aucson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sedst's Issues

question about the role of "shift"

Hi,

I'm confused about the role of function "shift" in your code. It seems that you put the generative probability of the z decoder backward one time-step through this function, which is later used to multiply with the z decoder output for the implicit copy score calculation. My question is why should the probability be put one step backward? Since the z decoder output at time t is used to calculate the probability of zt instead of z_(t-1), the shift operation is hard to understand.

However, when I tried to remove "shift", the performance dropped obviously and became much more unstable. Could you explain the principle behind this operation? Thanks!

Minor mistake with Evaluator.

In semi_sup_model.py, Line 153,
ev = CamRestEvaluator(cfg.result_path)
I think it should be:
if self.dataset == 'camrest':
ev = CamRestEvaluator(cfg.result_path)
elif self.dataset == 'kvret':
ev = KvretEvaluator(cfg.result_path)

Am I right?

Loss

Hi,

I tried to train the model with ubuntu dataset but the loss is very high at around 6-7 after 8,000 iterations. I keep the same settings but with small batch because I only have 1 GPU with limited memory. Can you please advise in this case? Thank you :)

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.