diff --git a/docs/en/training/dataset.md b/docs/en/training/dataset.md index f3813b7..8a525cd 100644 --- a/docs/en/training/dataset.md +++ b/docs/en/training/dataset.md @@ -86,7 +86,7 @@ rsync rsync://176.9.41.242:873/danbooru2021/512px/000* ./512px/ ``` Download the first batch of metadata, posts000000000000.json (800MB): ``` shell -rsync rsync://176.9.41.242:873/danbooru2021/metadata/posts000000000000.json ./metadata/ +rsync -r rsync://176.9.41.242:873/danbooru2021/metadata/posts000000000000.json ./metadata/ ``` You should now have two folders named: 512px and metadata. @@ -112,4 +112,4 @@ zip -r labeled_data.zip labeled_data This will package the entire labaled_data folder into a zip file. This command DOES NOT output any information in the terminal, so be patient. ## Finish -You can now continue to Configure \ No newline at end of file +You can now continue to Configure