Hello,
Thanks for sharing the great work !
I have a question by curiosity : in the file https://github.com/Ascend-Research/Turtle/blob/main/basicsr/models/archs/turtle_t1_arch.py when you define the self.decoder_level1 (line 952), I see that you hardcode "num_frames_tocache=2" while for other places, you set "num_frames_tocache=num_frames_tocache" where num_frames_tocache = 3 in all your config files .yml
Are there reasons for this num_frames_tocache=2 of self.decoder_level1 ?
Thanks !
Hello,
Thanks for sharing the great work !
I have a question by curiosity : in the file https://github.com/Ascend-Research/Turtle/blob/main/basicsr/models/archs/turtle_t1_arch.py when you define the self.decoder_level1 (line 952), I see that you hardcode "num_frames_tocache=2" while for other places, you set "num_frames_tocache=num_frames_tocache" where num_frames_tocache = 3 in all your config files .yml
Are there reasons for this num_frames_tocache=2 of self.decoder_level1 ?
Thanks !