srntt-pytorch icon indicating copy to clipboard operation
srntt-pytorch copied to clipboard

A PyTorch implementation of SRNTT, which is a novel RefSR method.

Results 19 srntt-pytorch issues
Sort by recently updated
recently updated
newest added

Bumps [ipython](https://github.com/ipython/ipython) from 7.9.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

I used my mini-dataset. When I ran train.py, I got the error. Later, I found kornia.losses.ssim() parameter type is not correct in class SSIM. **source code:** class SSIM(nn.Module): def __init__(self,...

I trained it on TITAN XP(12G), But it occured some mistakes about 'out of memory'. And I found its memory cost increased with the number of forwarding time increased(In other...

Thanks for your contribution! When i run train.py ,there is a problem, it should be the dataset , My dataset folder is this: --CUFED5--CUFED5 --CUFED5 --CUFED -- input --ref How...

it takes more than 60 seconds for to process an image with resolution 480*270 , it is so slow that not usable in real applications. How to make the test...

Hi, I run the train.py with the default setting , but only obtain the 22.98dB of CUFED5 with scalex4,Do I need to modify some parameters to get the performance in...

Can I train it with pytorch 1.2? Because I find MMSR project need pytorch 1.3~1.5. So, wheather pytorch 1.2 produce a error if I install pytorch 1.2??? Thx!

Hi. I want to train my own dataset, but how to generate the input patch and ref patch? This is to say, how to process the dataset. Thanks.