Diff of /code/run_all.sh [000000] .. [594161]

Switch to unified view

a b/code/run_all.sh
1
#!/bin/(shell)
2
python code/1_split.py
3
python code/2_process_patches.py
4
CUDA_VISIBLE_DEVICES=0 python code/3_train.py
5
CUDA_VISIBLE_DEVICES=0 python code/4_test.py
6
python code/5_grid_search.py
7
python code/6_visualize.py
8
python code/7_final_test.py