zerodohero
zerodohero
Does the number of parameters mentioned in your paper refer to the number of parameters / 1024/1024?
Your work is admirable I have a small question, I use the real image to run this program, why will prompt the target size is not the same as the...
**max_val = 255 if sr.dtype == 'uint8' else 1. plt.imsave(os.path.join(conf.output_dir_path, 'ZSSR_%s.tif' % conf.img_name), sr, vmin=0, vmax=max_val, dpi=1)** I want to ask what is the significance of **max_val?**Since Matplotlib does not...