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

Error occurs when runnig demo_LapSRN.m #5

Closed Jee-King closed 7 years ago

Jee-King commented 7 years ago

It is successful to run install.m in matlab, but error occurs as follow: **_>> demo_LapSRN Load pretrained_models\LapSRN_x4.mat error dagnn.Layer/load (line 200) No property ignoreAverage for a layer of type dagnn.vllab_dag_loss. error dagnn.DagNN.loadobj (line 28) block.load(struct(s.layers(l).block)) ;

error demoLapSRN (line 33) net = dagnn.DagNN.loadobj(net.net);**

waiting your answer...

phoenix104104 commented 7 years ago

You need to use the same or newer version of MatConvNet as my repository.