|
a |
|
b/docs/PNL_TRAIN.md |
|
|
1 |
 |
|
|
2 |
|
|
|
3 |
[](https://doi.org/10.5281/zenodo.3665739) []() []() |
|
|
4 |
|
|
|
5 |
*CNN-Diffusion-MRIBrain-Segmentation* repository is developed by Senthil Palanivelu, Suheyla Cetin Karayumak, Tashrif Billah, Sylvain Bouix, and Yogesh Rathi, |
|
|
6 |
Brigham and Women's Hospital (Harvard Medical School). |
|
|
7 |
|
|
|
8 |
# Training CNN at PNL |
|
|
9 |
|
|
|
10 |
Training the CNN on new data requires a reasonably powerful GPU machine. Two such |
|
|
11 |
machines are available at PNL: `pnl-oracle` and `pnl-maxwell`. You can ssh into them |
|
|
12 |
as follows: |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
ssh pnl-oracle |
|
|
16 |
ssh pnl-maxwell |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
You may need to append `.bwh.harvard.edu` suffix at the end of the above hostnames. |
|
|
20 |
|
|
|
21 |
Then, source the following environment that makes use of `tensorflow-gpu`: |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
source /rfanfs/pnl-zorro/software/pnlpipe3/CNN-Diffusion-MRIBrain-Segmentation/train_env.sh |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
Finally, follow the instruction from [README.md#training](https://github.com/pnlbwh/CNN-Diffusion-MRIBrain-Segmentation#training) to perform training. |
|
|
28 |
|
|
|
29 |
|