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

GPU memory improvements #121

Closed
cbovar opened this issue May 13, 2018 · 0 comments
Closed

GPU memory improvements #121

cbovar opened this issue May 13, 2018 · 0 comments
Assignees
Labels

Comments

@cbovar
Copy link
Owner

cbovar commented May 13, 2018

  • Temporary storages (used for conv, dropout, etc) were not copied when doing a reshape => they were allocated again
  • Store temporary storaged on result/output volume rather than input one because result volumes they are not supposed to change from one run to another.
@cbovar cbovar added the bug label May 13, 2018
@cbovar cbovar self-assigned this May 13, 2018
@cbovar cbovar mentioned this issue May 13, 2018
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

1 participant