sparse-cafm / scripts /_train.sh
leharris3's picture
Minimal HF Space deployment with gradio 5.x fix
0917e8d
raw
history blame contribute delete
283 Bytes
export CUDA_VISIBLE_DEVICES=5
LOGS_DIR=__exps__/__logs__
EXP_ROOT_DIR=__exps__/bto
EXP_NAME=long-run-mb-stats-psnr-ssim-test
CONFIG_FP="_test.yaml"
python train_simple.py \
--config $CONFIG_FP > "$LOGS_DIR/_$EXP_NAME.out" 2>&1 &
# ---------------------------------------
exit