Spaces:
Running
on
L4
Running
on
L4
File size: 157 Bytes
3650c12 |
1 2 3 4 5 |
#!/bin/bash
torchrun --nnodes=1 --nproc_per_node=1 --master_port=25678 -m scripts.train_syncnet \
--config_path "configs/syncnet/syncnet_16_pixel.yaml"
|