Skip to content

Commit

Permalink
fix typo (open-mmlab#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellock authored Jun 28, 2019
1 parent 8bf38df commit bffa051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If you want to specify the working directory in the command, you can add an argu

Optional arguments are:

- `--validate` (**strongly recommended**): Perform evaluation at every k (default value is 1, which can be modified like `this`[configs/mask_rcnn_r50_fpn_1x.py#L174]) epochs during the training.
- `--validate` (**strongly recommended**): Perform evaluation at every k (default value is 1, which can be modified like [this](configs/mask_rcnn_r50_fpn_1x.py#L174)) epochs during the training.
- `--work_dir ${WORK_DIR}`: Override the working directory specified in the config file.
- `--resume_from ${CHECKPOINT_FILE}`: Resume from a previous checkpoint file.

Expand Down

0 comments on commit bffa051

Please sign in to comment.