This folder saves output for test/inference. The output will automatically generated after you run test code in ../../code.

To organize/rename the output for further calculation. Run rename_pooled.py to organize pooled training result for VDSR/EDSR/RCAN. For example,
we want EDSR pooled training result, run 'python rename_pooled.py EDSR bestepoch_edsr'. Note the third input 'bestepoch_edsr' is the name of output folder
here except the end part '_pooled'. 

Similarly, run 'python rename_self.py VDSR bestepoch_VDSR' to organize VDSR self training results. Note for self training, the prerequisite is all 22
output folder named from 'bestepoch_VDSR_0_1' to 'bestepoch_VDSR_60_4' must exist.

 