taichi_ddp.sh 217 Bytes
Newer Older
mashun1's avatar
latte  
mashun1 committed
1
2
3
4
5
6
7
#!/bin/bash
export CUDA_VISIBLE_DEVICES=6,7

torchrun --nnodes=1 --nproc_per_node=2 sample/sample_ddp.py \
--config ./configs/taichi/taichi_sample.yaml \
--ckpt ./share_ckpts/taichi-hd.pt \
--save_video_path ./test \