From d5176d7c29c6cc4659ac00fdf3b0fbd8d7642ffa Mon Sep 17 00:00:00 2001 From: sohn <59533593+oikosohn@users.noreply.github.com> Date: Sat, 12 Mar 2022 23:29:50 +0900 Subject: [PATCH] Add backslash in TRAINING.md - Add backslash to the ImageNet-1K Training single machine command --- TRAINING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRAINING.md b/TRAINING.md index 4abe34548..7f93c3bb6 100644 --- a/TRAINING.md +++ b/TRAINING.md @@ -33,7 +33,7 @@ python -m torch.distributed.launch --nproc_per_node=8 main.py \ --model convnext_tiny --drop_path 0.1 \ --batch_size 128 --lr 4e-3 --update_freq 4 \ --model_ema true --model_ema_eval true \ ---data_path /path/to/imagenet-1k +--data_path /path/to/imagenet-1k \ --output_dir /path/to/save_results ```