vincentweisen1357

Results 5 issues of vincentweisen1357

Hi Dong, Where is the Hessian operation in your program?

Dear xinntao, it is really nice work ! However, I'm now looking for the more compact network, and found that **realesr-general-x4v3.pth** is suitable for me. Can I have your **.yml**...

Hi all, In BasicSR, we can add the 'color: y' option to the .YAML file to train with y_only grayscale image. For instance: datasets: train: name: DIV2K type: PairedImageDataset **color:...

Dear @LiangbinXie , I trained the BasicVSR++ by using **'options/train/BasicVSRPP/train_BasicVSRPP_REDS.yml'**. Then running the inference code from **'inference/inference_basicvsrpp.py'**, it occur following error when **"model.load_state_dict(torch.load(args.model_path)['params'], strict=True)"** : **Error(s) in loading state_dict for...

Hi there, When do you release the complete training process, and also the train YML file?