update: README.md

This commit is contained in:
TaurusXin 2024-09-30 11:11:03 +08:00
parent 665bc28b36
commit 2ef0dd8a99
Signed by: taurusxin
GPG Key ID: C334DCA04AC2D2CC
1 changed files with 4 additions and 4 deletions

View File

@ -31,6 +31,10 @@ pip install -r requirements.txt
3. 根据提示生成数据集生成3次数据集分别用于训练用于测试用于验证。
```shell
python captcha_gen.py
```
建议的数据集长度如下:
| 数据集 | 长度 |
@ -39,10 +43,6 @@ pip install -r requirements.txt
| Test | 1000 |
| Predict | 30 |
```shell
python captcha_gen.py
```
4. 训练模型
```shell