Giter Club home page Giter Club logo

knife's People

Contributors

g-pichler avatar mboudiaf avatar pierrecolombo avatar

Stargazers

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

Watchers

 avatar

knife's Issues

Dev set or test set?

I have a question about the table 2 in your paper. You mentioned in the "setup" section that your model was evaluated on the dev set of GLUE following VIBERT. However, in their paper section 3.1, they mentioned their results are obtained from GLUE test set. So I wonder on which split you did the experiments for Table 2, dev or test.

Typo in Conditional Kernel code for da_experiments ?

Hi,

I'm currently playing your KNIFE estimator, and I wonder if there is a typo or not in the computation of the log_pdf of the Conditional Kernel:

If I understand correctly, in the forward pass (or learning loss) of KNIFE estimator, we want to estimate both p(z_d) and p(z_d | z_c).
For p(z_d | z_c) we thus use the CondKernel class, in which the conditional density p(z_d | z_c) is estimated by using different FF layers to compute means, logvar, etc. from z_c samples.

Hence, I think that the initialization steps of these layers carry some typos w.r.t. the dimensions:

self.mu = FF(args, self.d, self.d, self.K * self.d)
self.logvar = FF(args, self.d, self.d, self.K * self.d)
self.weight = FF(args, self.d, self.d, self.K)
self.tri = FF(args, self.d, self.d, self.K * self.d * self.d)

with self.d = zd_dim

If we suppose now that we have different dimensions for z_c and z_d, i guess that the input dimension of these layers should rather be zc_dim, if I'm not wrong ?

Thank you in advance for your answer.

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.