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

regularization amplitude tuning runs very slowly #52

Open
megbedell opened this issue Feb 25, 2019 · 1 comment
Open

regularization amplitude tuning runs very slowly #52

megbedell opened this issue Feb 25, 2019 · 1 comment

Comments

@megbedell
Copy link
Owner

It seems like there's some sort of memory leak (TensorFlow not fully clearing the graph?) that means every subsequent order runs slower than the previous one.

Intermediate recommended fix is to run orders in small batches.

@NairdaK
Copy link

NairdaK commented Feb 26, 2019

Hi,
for me the issue in this contextit is actually not the speed that suffers, but the memory that is used up.
Order after order memory is accumulated (and not released), so that for typical data sets with around 100 epochs my machine is using up all the memory, and the process is freezed.

Edit:
Actually, the same happens in the RV computation, but is a more severe problem with the reg. parameters optimization.

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