新增代码作者信息;

This commit is contained in:
lzy
2025-05-28 17:29:03 +08:00
parent 4959227855
commit d75ec45771
7 changed files with 64 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
"""
@file
@brief 主程序入口,负责加载配置、处理命令行参数、执行模型评估等
@author: Yutang Li
@mail: yt.li2@siat.ac.cn
@date: 2025-05-28
@version: 1.0
"""
import argparse
import logging
from pathlib import Path