fairseq2
fairseq2 copied to clipboard
Quick start and Getting started documentation issue
There is a piece of code in these doc pages:
CKPT_PATH="/checkpoint/$USER/experiments/$EXPERIMENT_NAME/checkpoints/step_1000"
CKPT_DIR=$(dirname "$CKPT_PATH")
CKPT="checkpoint_$(basename "$CKPT_DIR")" # e.g., checkpoint_step_1000
I guess the third row should be:
CKPT="checkpoint_$(basename "$CKPT_PATH")"
Hi @epiniguin ! Thanks for reporting this typo. There will be a fix to this documentation later this week bundling with a couple of documentation updates. Will keep you posted.
Don't hesitate to ping us if you found any other typo in the documentation. Thanks again for the help!