vall-e/docs/plot.md

5 lines
289 B
Markdown
Raw Normal View History

2024-11-05 22:11:01 +00:00
# `plot.py`
Included is a helper script to parse the training metrics. Simply invoke it with, for example: `python3 -m vall_e.plot --yaml="./training/config.yaml"`
You can specify what X and Y labels you want to plot against by passing `--xs tokens_processed --ys loss.nll stats.acc`