Skip to content

Commit f103940

Browse files
authored
Rename training script in README
Updated script names in README to reflect changes.
1 parent 7219e56 commit f103940

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This confirms preprocessing, embedding, convolutional feature extraction, and cl
2626
Train the full 1D-CNN model:
2727

2828
```bash
29-
python train_cnn_classifier.py
29+
python train_1d_cnn.py
3030
```
3131

3232
This script handles:
@@ -43,7 +43,7 @@ This script handles:
4343
## 📁 Files
4444

4545
```text
46-
train_cnn_classifier.py # Full supervised training script
46+
train_1d_cnn.py # Full supervised training script
4747
run_demo.py # Example inference demo
4848
requirements.txt # Dependencies
4949
```

0 commit comments

Comments
 (0)