Update README.md

This commit is contained in:
Hengyue-Bi
2025-06-08 15:54:41 +08:00
committed by GitHub
parent 63bf97b11b
commit 45c9f6b8e5

View File

@@ -68,7 +68,7 @@ datasets/
## 🚀 Quick Start ## 🚀 Quick Start
### Training ### Training or Testing
1. Modify the configuration in `conf.yml`: 1. Modify the configuration in `conf.yml`:
```yaml ```yaml
MODE: 1 # 1 for training, 0 for inference MODE: 1 # 1 for training, 0 for inference
@@ -76,9 +76,9 @@ datasets/
# ... other parameters # ... other parameters
``` ```
2. Start training: 2. Start:
```bash ```bash
python main.py python main.py --conf conf.yml
``` ```
## 🏗️ Model Architecture ## 🏗️ Model Architecture