doc: fix a typo in MD link fomating

Otherwise there is no anchor in final HTML
This commit is contained in:
Alexander 2019-09-26 23:01:07 +02:00 коммит произвёл GitHub
Родитель 2d66f71bdc
Коммит 9ac0a483bd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -267,7 +267,7 @@ This step assumes that you have a suitable Nvidia-GPU with [Cuda v9.0](https://d
```
This will drop you into the shell of a Docker container with all necessary dependencies installed, including the code in this repository, along with data that you downloaded earlier. By default you will be placed in the `src/` folder of this GitHub repository. From here you can execute commands to run the model.
2. Set up [W&B](https://docs.wandb.com/docs/started.html) (free for open source projects) [per the instructions below](#W&B Setup) if you would like to share your results on the community benchmark. This is optional but highly recommended.
2. Set up [W&B](https://docs.wandb.com/docs/started.html) (free for open source projects) [per the instructions below](#wb-setup) if you would like to share your results on the community benchmark. This is optional but highly recommended.
3. The entry point to this model is `src/train.py`. You can see various options by executing the following command:
```