Sfoglia il codice sorgente

Added Troubleshooting[C

bharatk-parallel 4 anni fa
parent
commit
b1df18b0b5
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      hpc_ai/ai_science_climate/README.MD

+ 8 - 0
hpc_ai/ai_science_climate/README.MD

@@ -40,3 +40,11 @@ Then, run the container:
 Then, open the jupyter notebook in browser: http://localhost:8888
 Then, open the jupyter notebook in browser: http://localhost:8888
 Start working on the lab by clicking on the `Start_Here.ipynb` notebook.
 Start working on the lab by clicking on the `Start_Here.ipynb` notebook.
 
 
+## Troubleshooting
+
+Q. cuDNN failed to initialize or GPU out of memory error
+A. This error occurs when the user forgot to shutdown the jupyter kernel of previously run notebooks. Please make sure that all the previous notebook jupyter kernel is shutdown. ( Go to Home Tab --> Click Running Tab--> Kill notebooks that aren’t being used )
+
+Q. Cannot write to /tmp directory
+A. Some notebooks depend on writing logs to /tmp directory. While creating container make sure /tmp director is accesible with write permission to container. Else the user can also change the tmp directory location
+