JackIsNotInTheBox's picture
Upload 21 files
e81cc3b
raw
history blame
379 Bytes
CUDA_VISIBLE_DEVICES=0 accelerate launch train.py \
--report-to="wandb" \
--allow-tf32 \
--mixed-precision="fp16" \
--seed=0 \
--path-type="linear" \
--prediction="v" \
--weighting="uniform" \
--model="SiT-B/2" \
--enc-type="eat-base" \
--proj-coeff=0.5 \
--encoder-depth=4 \
--output-dir="exps" \
--exp-name="taro-output" \
--data-dir="./VGGSound" \