From c164329d8624f7cc594bed45ec65c5939e14bbf4 Mon Sep 17 00:00:00 2001 From: Frank <115383264+FangFrankSun@users.noreply.github.com> Date: Sun, 23 Oct 2022 16:51:25 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b1a247db..9dd30b55e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The training pipeline resides in `training/tf`, this requires tensorflow running ## Data preparation -In order to start a training session you first need to download trainingdata from http://lczero.org/training_data. This data is packed in tar.gz balls each containing 10'000 games or chunks as we call them. Preparing data requires the following steps: +In order to start a training session you first need to download trainingdata from https://lczero.org/play/quickstart/. This data is packed in tar.gz balls each containing 10'000 games or chunks as we call them. Preparing data requires the following steps: ``` tar -xzf games11160000.tar.gz From 1c32367f01aff0c1e8c9adde077c87414967bdd7 Mon Sep 17 00:00:00 2001 From: Frank <115383264+FangFrankSun@users.noreply.github.com> Date: Sun, 23 Oct 2022 17:02:37 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd30b55e..03beba5f3 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The training pipeline resides in `training/tf`, this requires tensorflow running ## Data preparation -In order to start a training session you first need to download trainingdata from https://lczero.org/play/quickstart/. This data is packed in tar.gz balls each containing 10'000 games or chunks as we call them. Preparing data requires the following steps: +In order to start a training session you first need to download trainingdata from https://training.lczero.org. This data is packed in tar.gz balls each containing 10'000 games or chunks as we call them. Preparing data requires the following steps: ``` tar -xzf games11160000.tar.gz