This commit is contained in:
Hamel Husain 2019-09-19 14:56:23 -07:00
Родитель 1250f6d41b
Коммит 8d2049ddbc
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -229,6 +229,8 @@ Make sure you have [Docker](https://docs.docker.com/get-started/) and [Nvidia-Do
# (this will land you inside the Docker container, starting in the /src directory--you can detach from/attach to this container to pause/continue your work) # (this will land you inside the Docker container, starting in the /src directory--you can detach from/attach to this container to pause/continue your work)
cd CodeSearchNet/ cd CodeSearchNet/
script/setup script/setup
# this will drop you into the shell inside a docker container.
script/console
# optional: log in to W&B to see your training metrics, track your experiments, and submit your models to the community benchmark # optional: log in to W&B to see your training metrics, track your experiments, and submit your models to the community benchmark
wandb login wandb login
# verify your setup by training a tiny model # verify your setup by training a tiny model