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

Stuck in memory._retrieve when batch size > 32 #82

Open
jiwoongim opened this issue Feb 23, 2021 · 1 comment
Open

Stuck in memory._retrieve when batch size > 32 #82

jiwoongim opened this issue Feb 23, 2021 · 1 comment
Labels

Comments

@jiwoongim
Copy link

jiwoongim commented Feb 23, 2021

Hi,

I notice that RAINBOW doesn't work when the batch size is greater than 32 (I tried for 64, 128, 256), where it is stuck in memory._retrieve the recursive call. Why does this happen? Is there something that I can do about this (to increase the batch size) or batch size needs to be small?

Thanks

@Kaixhin
Copy link
Owner

Kaixhin commented Feb 24, 2021

This is probably an issue with PER sampling. Try the fix in #41 and see if that helps.

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

No branches or pull requests

2 participants