-
Notifications
You must be signed in to change notification settings - Fork 622
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
Memory leak #344
Comments
Hi, |
@JanuszL my own dataset, not public, using TFRecordPipeline. I'm afraid there is a bug between 0.3.0 and 0.4.0 |
Can you check this on some publicly available data set, so we have 1005 reproduction here as well? |
Regarding host memory usage: |
0.19 is out and should address this. Please reopen if it doesn't work. |
When I upgrade to 0.5.0 I found a huge memory usage growth. I checked version 0.2.0(include 0.3), the memory growth as:
4826, 5096, 5302
and 0.5.0(include 0.4.1) growth as:
6754, 8970, 11114
and when run evaluation, the last batch maybe smaller, so every evaluation I re read the datasets(tfrecords), the result under version 0.2.0 is:
4826, 5294, 5510
How can I solve this problem?
The text was updated successfully, but these errors were encountered: