Raincoat icon indicating copy to clipboard operation
Raincoat copied to clipboard

Is it fair to iterate 50 epochs separately in Alignment and Correction stages?

Open Leopold2333 opened this issue 1 year ago • 0 comments

Hi, I have some questions about Section "C.2. Experimental Details", in which you provide the key hyperparameters of the RAINCOAT algorithm. I noticed that in Table 5, 6, 7, and 8, the epoch for RAINCOAT and all comparison algorithms is 50. I found that in your code, you set the epoch of the Alignment and Correction stages of RAINCOAT to 50, which corresponds to E1=50 and E2=50 in the paper. This seems unfair because all comparison algorithms only iterate 50 epochs, while RAINCOAT iterates a total of 50+50=100 epochs. To ensure fairness, should E1+E2=50 be met?

Leopold2333 avatar Jan 11 '24 12:01 Leopold2333