LatentSync / train_unet.sh
fffiloni's picture
Migrated from GitHub
3650c12 verified
raw
history blame contribute delete
151 Bytes
#!/bin/bash
torchrun --nnodes=1 --nproc_per_node=1 --master_port=25678 -m scripts.train_unet \
--unet_config_path "configs/unet/first_stage.yaml"