I had a ton of errors, but once I got it to start training it just crashed my computer. I watched in the task manager as CPU and memory went up. I switched to tensorflow-GPU as well, which didn't solve the issue. I have an i7-6700k and a gtx 1070, with 16gb ram.
Asked
Active
Viewed 1,707 times
0
-
You can set the percentage of memory Tensorflow can use following the answers in this question: https://stackoverflow.com/questions/34199233/how-to-prevent-tensorflow-from-allocating-the-totality-of-a-gpu-memory – Mohamed Ali JAMAOUI Nov 13 '19 at 12:54
-
There's nothing much we can do to help if you don't provide the code. To take a shot in the dark what I can suggest is that your CUDA is not setup correctly and tensorflow-gpu is not actually using GPU. – learner Nov 13 '19 at 12:54
-
I will try to limit the memory, if that fails I'll reinstall CUDA.Q – Coke Nov 13 '19 at 17:23