Xiao Zeqi commited on
Commit
ec0ae7c
·
unverified ·
1 Parent(s): e8107d7

Clarify output metrics in evaluation script section

Browse files

Updated README to clarify output metrics and results.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -114,7 +114,7 @@ To run evaluation:
114
  sh evaluate.sh
115
  ```
116
 
117
- This script reproduces the results in Table 1 (beyond context window). Evaluating 1 case on 1 A100 GPU takes approximately 6 minutes. You can adjust `experiment.test.limit_batch` to specify the number of cases to evaluate.
118
 
119
  Visual results will be saved by default to a timestamped directory (e.g., `outputs/2025-11-30/00-02-42`).
120
 
 
114
  sh evaluate.sh
115
  ```
116
 
117
+ This script reproduces the results in Table 1 (beyond context window). It will generate PSNR and Lpips. Evaluating 1 case on 1 A100 GPU takes approximately 6 minutes. You can adjust `experiment.test.limit_batch` to specify the number of cases to evaluate.
118
 
119
  Visual results will be saved by default to a timestamped directory (e.g., `outputs/2025-11-30/00-02-42`).
120