Ubuntu – Tensorflow gpu error: Dst tensor is not initialized when model.fit()
When the vgg16 transfer learning model is being fitted. Tensorflow throws error. Every image patch is 224x224 RGB which is about 602KB (with float32. Max batch size is about 5000 by formula vRAM/patch size/4 ). The GPU vRAM is 12GB…