JingyunLiang / VRT

VRT: A Video Restoration Transformer (official repository)
https://arxiv.org/abs/2201.12288
Other
1.35k stars 126 forks source link

About the deblerring task #30

Closed felicia1111111 closed 2 years ago

felicia1111111 commented 2 years ago

Hello, I am running the codes on google colab. But I have some troubles running them on the deblurring dataset. I mean these 3 tasks.

005, video deblurring trained and tested on DVD

006, video deblurring trained and tested on GoPro

007, video deblurring trained on REDS, tested on REDS4

The error is as follows.

/usr/local/lib/python3.7/dist-packages/torch/utils/checkpoint.py:25: UserWarning: None of the inputs have requires_grad=True. Gradients will be None warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") ^C

Would you please tell me how to solve it. Thanks a lot.

JingyunLiang commented 2 years ago

It's just warning. Not error.