have a look here:
https://github.com/tensorflow/tensorflow/issues/27441
I cannot seem to get reliable performance out of TF.
I am making sure the model will fit into allocatable memory before running Tensorflow.
But with the allow growth option turned on it will overallocate and segfault.
Do you have any advice for me or the Tensorflow team?
Sam