zhangap commited on
Commit
297ea1d
1 Parent(s): 025c25d

Delete run_training.sh

Browse files
Files changed (1) hide show
  1. run_training.sh +0 -8
run_training.sh DELETED
@@ -1,8 +0,0 @@
1
- accelerate launch --num_processes=4 --gpu_ids="0,1,2,3" --main_process_port 29300 src/train_s3diff.py \
2
- --sd_path="path_to_checkpoints/sd-turbo" \
3
- --de_net_path="assets/mm-realsr/de_net.pth" \
4
- --output_dir="./output" \
5
- --resolution=512 \
6
- --train_batch_size=4 \
7
- --enable_xformers_memory_efficient_attention \
8
- --viz_freq 25