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

why did the memory occupy increasely always #1

Open
wang88256187 opened this issue Jun 27, 2020 · 3 comments
Open

why did the memory occupy increasely always #1

wang88256187 opened this issue Jun 27, 2020 · 3 comments

Comments

@wang88256187
Copy link

No description provided.

@ghost
Copy link

ghost commented May 28, 2021

Same problem for me. When i ran the notebook on Google Colab the RAM rans out of memory, any solution for this? Do we have to add some cache emptying somewhere in the while not done loop?

@kevingoh
Copy link

kevingoh commented Jun 7, 2021

I think I found the reason, it is in the varupdate() method when summing up random rewards, it needs to be detached otherwise computational graph memory consumption will build up.

@kevingoh
Copy link

kevingoh commented Jun 7, 2021

Does this notebook really work??? All the NNs do not have non-linearity layers between Conv Layers...

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