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
The issue also happens when I use the NGC container by docker.
The text was updated successfully, but these errors were encountered:
CassiniHuy
changed the title
tf.signal.rfft memory keeps increasing during loop on RTX 4090
memory keeps increasing when calling *tf.signal.rfft* in a loop
Jan 8, 2023
CassiniHuy
changed the title
memory keeps increasing when calling *tf.signal.rfft* in a loop
memory keeps increasing when calling tf.signal.rfft in a loop
Jan 8, 2023
I found the problem happens when tf.signal.rfft receives a Variable type or Tensor created by tf.random. But it disappear when it receives inputs of const Tensor and numpy tensor.
I uninstall the tensorflow 1.15.5 version and reinstall the 1.15.4 version, and the problem disappers.
System information
Describe the current behavior
When calling tf.signal.rfft iteratively in a loop, the memory and time cost unexpectedly increase gradually.
Describe the expected behavior
The memory usage should keep constant and the time cost should keep stable.
Code to reproduce the issue
Other info / logs
The output of the above code:
The text was updated successfully, but these errors were encountered: