Maclory / Deep-Iterative-Collaboration

Pytorch implementation of Deep Face Super-Resolution with Iterative Collaboration between Attentive Recovery and Landmark Estimation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The train result is 24.10dB that much lower than paper's

luorixixi opened this issue · comments

I changed the train two parameter of defualt:
gpu_idx: [0,1] -> [0]
n_workers: 8 -> 0

did it influence the result?