8 lines
331 B
Text
8 lines
331 B
Text
########################################################################
|
|
# COMBINED Model
|
|
########################################################################
|
|
# no resampling
|
|
time ./cm_logo_skf.py 2>&1 | tee cm_skf-$(date --iso).log
|
|
|
|
# with resampling
|
|
time ./combined_model_iterator.py 2>&1 | tee cm_iterator-$(date --iso).log
|