parent
5f9ee1ae71
commit
65aca0abe2
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
||||
Troubleshooting TensorFlow / KERAS GPU Process |
||||
============================================== |
||||
|
||||
|
||||
Common issues: |
||||
|
||||
* Model too big |
||||
(print the KERAS model---is the number of parameters doable with the GPU?) |
||||
|
||||
* Batch size too large |
||||
|
||||
* Memory not released from previous processing |
||||
|
||||
(use `with tf.Session() as sess:` code block) |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue