更新运行指令,使用 bash 脚本替代 python 脚本

This commit is contained in:
2025-10-23 13:07:44 +08:00
parent f9588b74a8
commit b81f33ad28

View File

@@ -9,7 +9,7 @@ pip install -r requirements.txt
## how to run ## how to run
```bash ```bash
nohup python fed_run.py > train.log 2>&1 & nohup bash fed_run.sh 1 > train.log 2>&1 &
``` ```
## results ## results