Skip to content

模型优化

模型优化示例项目,包含网格搜索、早停等内容。

安装

bash
uv sync

运行

bash
uv run python -c "from app import __version__; print(f'版本: {__version__}')"