Spaces:
Running
on
L4
Running
on
L4
File size: 261 Bytes
3650c12 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
python -m preprocess.data_processing_pipeline \
--total_num_workers 20 \
--per_gpu_num_workers 20 \
--resolution 256 \
--sync_conf_threshold 3 \
--temp_dir temp \
--input_dir /mnt/bn/maliva-gen-ai-v2/chunyu.li/VoxCeleb2/raw
|