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

multi-scale architecture is to learn difference #11

Open
zachluo opened this issue May 10, 2017 · 2 comments
Open

multi-scale architecture is to learn difference #11

zachluo opened this issue May 10, 2017 · 2 comments

Comments

@zachluo
Copy link

zachluo commented May 10, 2017

hi,dyelax
I found that in the original paper, each scale network is to learn Yk - uk(Yk-1). But in your implementation, it is to learn Yk. Did I misunderstand ?

@dyelax
Copy link
Owner

dyelax commented May 29, 2017

I'm not sure I understand your question. Can you point to where in the paper and where in my code you are referring to?

@zachluo
Copy link
Author

zachluo commented Aug 7, 2017

@dyelax hi, I mean in the paper, there is an equation (2) , which means Generator Network at size k is to learn the difference and it should add the previous size k/2 output.
In your code, it should add some codes like this before g_model.py:271 :
if last_gen_frames is not None:
preds += last_gen_frames
return preds, scale_gts
Am i right ?

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