phoenix104104 / LapSRN

Deep Laplacian Pyramid Networks for Fast and Accurate Super-Resolution (CVPR 2017)
http://vllab.ucmerced.edu/wlai24/LapSRN/
449 stars 120 forks source link

what is the version of MatConvNet used in this code? #3

Closed 201528014227051 closed 7 years ago

201528014227051 commented 7 years ago

Thanks for code publicly! I encountered a version problem that as follows: "No property ignoreAverage for a layer of type dagnn.vllab_dag_loss." After searched in the internet, maybe caused by the different version of MatConvNet. So could u tell me what is the version of MatConvNet used in this code?

201528014227051 commented 7 years ago

I miss the link in the repository, After downloaded the matconvnet from the link, the error still appear...."No property ignoreAverage for a layer of type dagnn.vllab_dag_loss."

phoenix104104 commented 7 years ago
  1. git clone --recursive https://github.com/phoenix104104/LapSRN.git
  2. Did you copy vllab_dag_loss.m to matconvnet/matlab/+dagnn?