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

About student time scale #8

Open
WuJie1010 opened this issue Sep 17, 2022 · 1 comment
Open

About student time scale #8

WuJie1010 opened this issue Sep 17, 2022 · 1 comment

Comments

@WuJie1010
Copy link

Very nice work!
A little question is why the time of studnet is "t - self.time_scale", i think it may be "t"?
Link:

x_t_prev_pred = self.q_posterior_sample(x_pred, x_t, t - self.time_scale) * nonpadding # [-1, 1] p(x_t-1|x_t,x_0,t)

@Rongjiehuang
Copy link
Owner

Because we need a teacher to distill the knowledge to a student, which have different time scales (T=2 vs. T=4)

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