Преглед изворни кода

README updated in AI for Science

bharatk-parallel пре 4 година
родитељ
комит
293055a9c4
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 2 0
      hpc_ai/ai_science_cfd/README.MD
  2. 2 0
      hpc_ai/ai_science_climate/README.MD

+ 2 - 0
hpc_ai/ai_science_cfd/README.MD

@@ -42,8 +42,10 @@ 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
 

+ 2 - 0
hpc_ai/ai_science_climate/README.MD

@@ -43,8 +43,10 @@ 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