-
如果按照wdsr论文里的,学习率应该是10倍?
-
What would the terminal command be to evaluate the WDSR models with EDSR as backbone?
I added the following to the option.py
`parser.add_argument('--r_mean', type=float, default=0.4488,
…
-
WDSR-A
x/2->2x->x/2
computation:
3x3x2/2+3x3x2/2=18
act:
2
3x3Conv:
100%
WDSR-B:
x->6x->0.8x->x
computation:
6+6x0.8+3x3x0.8=18
act:
6
3x3Conv:
40%
(I think you use the second 1x1 Co…
-
在EDSR里面是分为add_mean和sub_mean的2个meanshift层。
这个是相当于控制所有图片按比例在接近-1,1之间训练网络吗?
-
Hello, @JiahuiYu !
I'm trying to implement your network.
When I checked your light models for WDSR-B, I found the difference between your results and my results. I saying WDSR-B with n resblock…
-
-
Hi krasserm,
I am training the argan model with slight change, instead of using gradient.tape() inside train loop, I am using tf.keras "train_on_batch" .
I am also doing one sided label smoothin…
-
Hi, thanks for the code. I notice that your model is developed by WDSR, would you please provide the comparision results with WDSR and EDSR? Thanks.
https://github.com/JiahuiYu/wdsr_ntire2018/blob/…
-
Alguna ayuda, no puedo generar los pdf
Fatal error: Uncaught Exception: FPDF error: Missing or incorrect image file: data://text/plain;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQE…
-
Hi, Jiahui,
When I run wdsr_a, there is a error:
Making model...
Traceback (most recent call last):
File "D:/project/pytorch/SR/EDSR-m/src/main.py", line 27, in
main()
File "D:/projec…