rename to dzgcoop
This commit is contained in:
@@ -109,7 +109,7 @@ def print_model_results(results, model_name):
|
||||
|
||||
def main():
|
||||
root_dir = 'output' # 修改为你的output目录路径
|
||||
target_model = 'PromptSRC' # 指定要分析的模型
|
||||
target_model = 'DZGCoOp' # 指定要分析的模型
|
||||
|
||||
results = collect_model_results(root_dir, target_model)
|
||||
print_model_results(results, target_model)
|
||||
|
||||
Reference in New Issue
Block a user