@@ -5,22 +5,17 @@ Yipeng Hu
55## Tutorials
66There are two parts.
77### Training
8- [ Notebook] [ notebook_training ]
9- [ Kaggle] [ kaggle_train ]
10- ### Inference
11- [ Notebook] [ notebook_inference ]
12- [ Kaggle] [ kaggle_inference ]
8+ on [ Notebook] [ notebook_training ]
9+ ### Inference
10+ on [ Notebook] [ notebook_inference ]
11+ ### The porject
12+ on [ Azure] [ azure ]
13+
14+ [ azure ] : https://notebooks.azure.com/yipeng-hu/projects/learn2reg-tutorials-weakly
1315
1416[ notebook_training ] : ./tutorial_training.ipynb
1517[ notebook_inference ] : ./tutorial_inference.ipynb
1618
17- [ kaggle_train ] : ./tutorial_training.ipynb
18- [ kaggle_inference ] : ./tutorial_inference.ipynb
19-
20-
21- ## Instructions for Kaggle enviroment settings:
22- - to be validated
23-
2419
2520## Instructions for Anaconda enviroment settings:
2621### 1 - Install Anaconda
@@ -30,29 +25,31 @@ There are two parts.
3025
3126### 2 - Install tensorflow
3227In Anaconda Prompt, type:
28+ ```
3329conda create -n tensorflow_env tensorflow
3430conda activate tensorflow_env
35-
31+ ```
3632or
37-
33+ ```
3834conda create -n tensorflow_gpuenv tensorflow-gpu
3935conda activate tensorflow_gpuenv
36+ ```
4037
4138### 3 - Install nibabel
39+ ```
4240conda install -c conda-forge nibabel
43-
41+ ```
4442
4543### 4 - Install notebook in tensorflow_env
46- Use the Anaconda Navigator:
47- Change the enviroment to tensorflow_env (or tensorflow_gpuenv)
48- Click to install Jupyter Notebook
44+ Use the Anaconda Navigator:
45+ Change the enviroment to tensorflow_env (or tensorflow_gpuenv);
46+ Click to install Jupyter Notebook.
4947
5048
5149### 5 - Open the notebook
52- In Anaconda Navigator, click to launch the notebook
53-
54- or
55-
50+ In Anaconda Navigator, click to launch the notebook. Or,
5651In Anaconda Prompt, type:
52+ ```
5753conda activate tensorflow_env
58- jupyter notebook
54+ jupyter notebook
55+ ```
0 commit comments