Understanding the ResourceExhaustedError: OOM when allocating tensor with shape
I’m trying to implement a skip thought model using tensorflow and a current version is placed here. Currently I using one GPU of my machine (total 2 GPUs) and the GPU info is However, I got OOM when I’m trying to feed data to the model. I try to debug as follow: I use the … Read more