facebookresearch / facebookresearch/fairseq2

Quick start and Getting started documentation issue

Open
#964 1 comment 1 reaction 1 assignee Claimed by @zyaoj View on GitHub
documentation
Dominant language
Python
Stars
1.1k
Forks
144
Avg merge
4d 1h
Merged PRs (30d)
1

Description

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")"`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.