When I started to train some neural network, it met the CUDA_ERROR_OUT_OF_MEMORY but the training could go on without error. Because I wanted to use gpu memory
CUDA_ERROR_OUT_OF_MEMORY
Environment: 1.CUDA 10.0 2.cuNDD 10.0 3.tensorflow 1.14.0 4.pip install opencv-contrib-python 5.git clone https://github.com/thtrieu/darkflow 6.Allowing GPU memory growth
Reference