-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbash.sh
More file actions
30 lines (18 loc) · 943 Bytes
/
bash.sh
File metadata and controls
30 lines (18 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# PyMICPATH=/home/disk4t/projects/PyMIC_project/PyMIC
PyMICPATH=/home/disk4t/projects/PyMIC_project/Pypi_test/PyMIC-dev
export PYTHONPATH=$PYTHONPATH:$PyMICPATH
python $PyMICPATH/pymic/net_run/train.py config/unet3d_r10_baseline.cfg \
-ckpt_dir model_test/unet3d_baseline -iter_max 200
python $PyMICPATH/pymic/net_run/train.py config/unet3d_r10_urpc.cfg \
-ckpt_dir model_test/unet3d_urpc -iter_max 200
python $PyMICPATH/pymic/net_run/train.py config/unet3d_r10_uamt.cfg \
-ckpt_dir model_test/unet2d_uamt -iter_max 200
python $PyMICPATH/pymic/net_run/train.py config/unet3d_r10_cps.cfg \
-ckpt_dir model_test/unet2d_cps -iter_max 200
# pymic_train config/unet3d_r10_baseline.cfg
# pymic_test config/unet3d_r10_baseline.cfg
# pymic_train config/unet3d_r10_em.cfg
# pymic_test config/unet3d_r10_em.cfg
# pymic_train config/unet3d_r10_cps.cfg
# pymic_test config/unet3d_r10_cps.cfg
# pymic_eval_seg -cfg config/evaluation.cfg