Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FID.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ class EvalConfig:
with open(history_file, "w", encoding="utf-8") as jf:
json.dump(history, jf, indent=4, ensure_ascii=False)

print(f"📊 实验结果已追加至: {history_file} (当前累计 {len(history)} 条记录)")
print(f"📊 实验结果已追加至: {history_file} (当前累计 {len(history)} 条记录)") #经典的输出