77.5万数据

This commit is contained in:
Cricial 2025-01-18 11:32:42 +08:00
parent 3ba41c3491
commit 09622cf33d
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
```shell ```shell
python main.py --exp without_exp --reset_db True python main.py --exp without_exp --reset_db True
``` ```
3. 等待运行完成( 个样本)。结束后,将*db_name_prefix: without_exp*改为*db_name_prefix: with_exp*,并运行 3. 等待运行完成(77.5个样本)。结束后,将*db_name_prefix: without_exp*改为*db_name_prefix: with_exp*,并运行
```shell ```shell
python main.py --exp with_exp --reset_db True python main.py --exp with_exp --reset_db True
``` ```