Skip to content

Commit

Permalink
[!HOTFIX] fix training conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
hglee98 committed Nov 29, 2024
1 parent be097be commit 405c002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ python train.py\
--data config/data/huggingface/beans.yaml\
--augmentation config/augmentation/classification.yaml\
--model config/model/resnet/resnet50-classification.yaml\
--training config/training/classification.yaml\
--training config/training.yaml\
--logging config/logging.yaml\
--environment config/environment.yaml
```
Expand All @@ -91,7 +91,7 @@ netspresso-train\
--data config/data/huggingface/beans.yaml\
--augmentation config/augmentation/classification.yaml\
--model config/model/resnet/resnet50-classification.yaml\
--training config/training/classification.yaml\
--training config/training.yaml\
--logging config/logging.yaml\
--environment config/environment.yaml
```
Expand Down

0 comments on commit 405c002

Please sign in to comment.