Your ROOT_URL in app.ini is https://git.hpc.odu.edu/ but you are visiting https://git.wahab.hpc.odu.edu/wirawan0/RCS-knowledge-base/commit/65aca0abe26e39a8e8b671fbf2afabf5af71b96f?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

* Initial notes on TensorFlow/GPU troubleshooting.

master
Wirawan Purwanto 3 years ago
parent 5f9ee1ae71
commit 65aca0abe2
  1. 20
      tensorflow/20220601.GPU-troubleshooting.md

@ -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…
Cancel
Save