mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 02:22:17 +00:00
5 lines
149 B
Bash
5 lines
149 B
Bash
|
|
WANDB_KEY=df59308c1f07be8338a87497523163014442d605 # TODO Set YOUR KEY!
|
|
wandb login ${WANDB_KEY}
|
|
torchrun --nproc_per_node=8 train.py config.json
|