Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Add backslash to command in TRAINING.md #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TRAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down