RDSR
RDSR copied to clipboard
GENERALIZATION
CAN YOU PLEASE TELL ME HOW CAN WE CHECK THE CSM FOR OUR TRAINED MODEL? where do WE need TO DO ANY CHANGES?
hii, please help
I'm sorry I didn't see your question in time. For your demand there are three changes you need to make. 'init.py' in folder 'ModelZoo', folder 'NN' in folder 'ModelZoo', and variable 'model_list' in 'generate_map.py'.
okay thanks, but i have one doubt as to what does bold line 19-22 imply in model_list=[ ['RealSRResNetx4_details_8class_abs', 'ModelZoo/pretrained_models/RealSRResNetx4_details.pth']? I understand its a model name, but i could not find a model with this name in init.py. ['RealSRResNetx4_details_droplast_channel07_8class_abs', 'ModelZoo/pretrained_models/RealSRResNetx4_details_droplast_channel07.pth'], ] Is it necessary to define this line?
In 'generate_map.py', follow the variable 'model_list'.