You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While training a model using a Hyperband Search tuner on an HPC system with ~500GB of RAM, the program continuously increases its RAM usage without releasing memory between trials similarly to what is described in #873. Despite the high system capacity, the RAM usage eventually exceeds available resources, leading to the program or the entire system crashing.
At this point, I would like to know if there are any updates regarding a solution that does not rely on workarounds like calling clear_session() before every build_model.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
While training a model using a Hyperband Search tuner on an HPC system with ~500GB of RAM, the program continuously increases its RAM usage without releasing memory between trials similarly to what is described in #873. Despite the high system capacity, the RAM usage eventually exceeds available resources, leading to the program or the entire system crashing.
This is the relevant code:
At this point, I would like to know if there are any updates regarding a solution that does not rely on workarounds like calling
clear_session()
before everybuild_model
.Thanks in advance.
The text was updated successfully, but these errors were encountered: