7b127f4
1
2
3
4
5
6
7
8
9
10
11
if [ -z "$TYPE" ]; then echo "Error: 'TYPE' variable is not set." exit 1 fi python -m sort_and_merge \ --data_root ./outputs/${TYPE}_post \ --out_root ./outputs/${TYPE}_post_sorted \ --sort \ --valid \ --index \ --use_ray