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

Fast, Accurate, and Lightweight Super-Resolution with Cascading Residual Network (ECCV 2018)

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

Traceback (most recent call last): File "/workspace/SR/CARN-pytorch/carn/train.py", line 52, in main(cfg) File "/workspace/SR/CARN-pytorch/carn/train.py", line 48, in main solver.fit() File "/workspace/SR/CARN-pytorch/carn/solver.py", line 65, in fit for inputs in self.train_loader: File "/home/gao/anaconda3/envs/classSR/lib/python3.9/site-packages/torch/utils/data/dataloader.py",...

![2020-07-11 11-10-22屏幕截图](https://user-images.githubusercontent.com/45309147/87215481-82b36a00-c369-11ea-907a-607e06e6999f.png) Hello, I am testing the pre-trained model and did not output any test results. What is going on? Could you please answer it for me, thank you very...

IndexError: Traceback (most recent call last): File "/home/zyc/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 106, in _worker_loop samples = collate_fn([dataset[i] for i in batch_indices]) File "/home/zyc/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 106, in samples = collate_fn([dataset[i] for i in...

Hi, i would like to know how to modify the model in order to start training the network with grayscale (single channel color) images. Will it result in a faster...

Hi,nmhkahn. when i run " carn/sample.py " I got an error about "RuntimeError: output with shape [] doesn't match the broadcast shape [3, 189, 275]" lr_patch = torch.tensor((4, 3, h_chop,...

Hello, how did you draw the graph of your parameters ?

I am not able to train the model. The command used: `python carn/train.py --patch_size 64 --batch_size 64 --max_steps 600000 --decay 400000 --model carn --ckpt_name carn --ckpt_dir checkpoint/carn` And this is...

Has anyone trained the model for 8x scaling factor? I just wanted the results of PSNR/SSIM for all the datasets for 8x resolution, just for benchmarking purposes.

Hi,nmhkahn. when i run " python carn/train.py --patch_size 64 --batch_size 64 --max_steps 600000 --decay 400000 --model carn --ckpt_name carn --ckpt_dir checkpoint/carn --scale 0 --num_gpu 2" I got an error about...