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
This is an `multiprocessing.Queue` closing error, when some items are still in the Queue.
113
113
This should not affect the app in any meaningful way.
114
114
115
+
#### Tensorflow not releasing GPU memory
116
+
Sometimes Tensorflow session will not release all allocated GPU memory when you stop the analysis. This will result in OOM (out of memory) error.
117
+
See more on that issue on [tensorflow github](https://github.com/tensorflow/tensorflow/issues/19731)
115
118
119
+
The error itself looks like this:
120
+
```
121
+
2020-02-10 13:44:49.972600: E tensorflow/stream_executor/cuda/cuda_driver.cc:806] failed to allocate 635,29M (666146048 bytes) from device: CUDA_ERROR_OUT_OF_MEMORY: out of memory
122
+
```
123
+
124
+
The issue can be resolved by closing and opening the app. If not, manually kill all python processes
0 commit comments