Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source code #1

Open
dongqian0206 opened this issue Jun 18, 2018 · 2 comments
Open

source code #1

dongqian0206 opened this issue Jun 18, 2018 · 2 comments

Comments

@dongqian0206
Copy link

Dear Yingzhen,

Thanks for sharing the dataset. Would you like to share the source code of ICML 2018 paper with us?

best,
Dong

@YingzhenLi
Copy link
Owner

I would love to but unfortunately I can't: this is a project largely done at Disney research so the detailed implementation belongs to them. Sadly, open-sourcing the dataset processing script is the best thing I can do.

@dongqian0206
Copy link
Author

Hi, I am trying to reproduce this model as the baseline and curious about basic network architectures applied in the experiment.

p(f) is from N(0, I) -- q(f | x_{1:T}) is a Gaussian with parameters computed by a Bi-LSTM. Do you add any MLPs to compute means and variances?

p(z_{t} | z_{<t}) is Gaussian with parameters computed by a LSTM
-- for full q, q(z_{1:T} | f, x_{1:T}) is Gaussian, where z_{t} = LSTM(x_{t}, z_{<t}, f). Is this right?

p(x_{t}) | z_{t}, f): concatenate [z_{t}, f] and feed it into a MLP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants