LatentSync / train_unet.sh
welher's picture
Upload folder using huggingface_hub
8d11d43 verified
raw
history blame contribute delete
146 Bytes
#!/bin/bash
torchrun --nnodes=1 --nproc_per_node=1 --master_port=25679 -m scripts.train_unet \
--unet_config_path "configs/unet/stage1.yaml"