Browse Source

README updated in AI for Science

bharatk-parallel 4 years ago
parent
commit
293055a9c4
2 changed files with 4 additions and 0 deletions
  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
 ## Troubleshooting
 
 
 Q. cuDNN failed to initialize or GPU out of memory error
 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 )
 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
 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
 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
 ## Troubleshooting
 
 
 Q. cuDNN failed to initialize or GPU out of memory error
 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 )
 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
 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
 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