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

Question about DataLoader #45

Open
jhb115 opened this issue Apr 6, 2020 · 4 comments
Open

Question about DataLoader #45

jhb115 opened this issue Apr 6, 2020 · 4 comments

Comments

@jhb115
Copy link

jhb115 commented Apr 6, 2020

Hi! Awesome work by the way.
I am curious from which part of your code let you get (input, ema_input).
The TwoStreamBatchSampler seem to return a single batch (not as a tuple of two batches). I am just wondering from which part of the code let the DataLoader return a tuple of (input, ema_input)
Looking forward to your reply.
Thanks in advance!

@lipanpeng
Copy link

I am also confused.

@ZhuMengliang
Copy link

Hi! Awesome work by the way.
I am curious from which part of your code let you get (input, ema_input).
The TwoStreamBatchSampler seem to return a single batch (not as a tuple of two batches). I am just wondering from which part of the code let the DataLoader return a tuple of (input, ema_input)
Looking forward to your reply.
Thanks in advance!

I am also confused, and I think the ema_input should be the same with the input.

@ZHE-SAPI
Copy link

please see #17 , the answer of tarvaina can help you !

@lipanpeng
Copy link

lipanpeng commented Mar 10, 2022 via email

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

4 participants