GCFSR icon indicating copy to clipboard operation
GCFSR copied to clipboard

Results 11 GCFSR issues
Sort by recently updated
recently updated
newest added

Thank you very much for your open-source contributions. I have successfully set up the Anaconda virtual environment as per the instructions in your README. However, I encountered an issue when...

in your paper you used no-saturated loss for D and G, could you told me the change of D loss in training process? In my training process, my D loss...

At 24x super resolution, using matlab's downsampling and upsampling does not give 1024 inputs, but I see that the paper releases results for X24, how should I run the model...

``` Testing 0 DSC00324_01 Traceback (most recent call last): File "inference_gcfsr_blind.py", line 69, in main() File "inference_gcfsr_blind.py", line 66, in main generate(args, img, model, device, imgname) File "inference_gcfsr_blind.py", line 19,...

Traceback (most recent call last): File "inference_gcfsr_blind.py", line 69, in main() File "inference_gcfsr_blind.py", line 66, in main generate(args, img, model, device, imgname) File "inference_gcfsr_blind.py", line 19, in generate output, _...

Is it possible to run the code on CPU without CUDA? I got "NameError: name 'fused_act_ext' is not defined" error, and when using the method suggested by google ("set BASICSR_JIT=True")...

Hi, May I ask when will the pre-trained model be released?

The pretrained models are not available through the provided links. Could you please check them?

Thank you for publishing this very interesting content. I would like to test GCFSR in my environment. I look forward to your good reply.