Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么使用--chop和不使用--chop得到的结果不一样 #138

Open
237014845 opened this issue Mar 10, 2023 · 0 comments
Open

为什么使用--chop和不使用--chop得到的结果不一样 #138

237014845 opened this issue Mar 10, 2023 · 0 comments

Comments

@237014845
Copy link

(EDSR) yjl@gxh:~/SR_work/adaptive_distill/EDSR-PyTorch-master/src$ python main.py --model RCAN --chop --pre_train /home/yjl/SR_work/adaptive_distill/FAKD/teacher_checkpoint/RCAN_BIX4.pt --test_only --data_test Urban100
Making model...
Load the model from /home/yjl/SR_work/adaptive_distill/FAKD/teacher_checkpoint/RCAN_BIX4.pt

Evaluation:
100%|█████████████████████████████████████████| 100/100 [00:49<00:00, 2.02it/s]
[Urban100 x4] PSNR: 26.819 (Best: 26.819 @epoch 1)
Forward: 49.59s

Saving...
Total: 49.59s

(EDSR) yjl@gxh:~/SR_work/adaptive_distill/EDSR-PyTorch-master/src$ python main.py --model RCAN --pre_train /home/yjl/SR_work/adaptive_distill/FAKD/teacher_checkpoint/RCAN_BIX4.pt --test_only --data_test Urban100
Making model...
Load the model from /home/yjl/SR_work/adaptive_distill/FAKD/teacher_checkpoint/RCAN_BIX4.pt

Evaluation:
100%|█████████████████████████████████████████| 100/100 [00:36<00:00, 2.75it/s]
[Urban100 x4] PSNR: 26.745 (Best: 26.745 @epoch 1)
Forward: 36.40s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant