Auto-PyTorch icon indicating copy to clipboard operation
Auto-PyTorch copied to clipboard

[bug] There might be some memory leak

Open nabenabe0928 opened this issue 3 years ago • 2 comments

NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://stackoverflow.com

Your issue may already be reported! Also, please search on the issue tracker before creating one.

  • I'm submitting a ...
    • [x] bug report
    • [ ] feature request
    • [ ] support request => Please do not submit support request here, see note at the top of this template.

Issue Description

From this PR, we have failures in unittest for cross validation in tabular classification. If my guess is correct, this is due to some kind of memory leak. After we reach the phase of experiments, we need to fix this issue so that we will not have serious memory leak.

nabenabe0928 avatar Feb 09 '22 16:02 nabenabe0928

probably we should follow the recommendations and findings in #180

ravinkohli avatar Feb 10 '22 17:02 ravinkohli

It is actually the one we caused in the last few PRs. So we need to inspect the reason from preprocessors.

nabenabe0928 avatar Feb 22 '22 14:02 nabenabe0928