yulunzhang/RCAN

What's the val set in RCAN training?

Senwang98 opened this issue · 2 comments

I am not sure the RCAN training process use which val set to train.
Set5/DIV2K?

I am not sure the RCAN training process use which val set to train.
Set5/DIV2K?

Is DIV2K~
You can write this code in trainer.py (line:92) to check

tqdm.write(filename)

output:

Evaluation:
0801                                                                            
0802                                                                            
0803                                                                            
0804                                                                            
0805 

@u0251077
Thanks for your reply.
I don't think these SR work use 801-805 as valset, they used benchamrk/Set5 as valset instead......
801-805 is the default setting, I asked some persons about this question, they said Set5 is valset.