thomas-koehler / SupER

Super-Resolution Erlangen (SupER): Benchmarking Super-Resolution Algorithms on Real Data
MIT License
79 stars 31 forks source link

various syntax errors #3

Closed makslevental closed 5 years ago

makslevental commented 5 years ago

https://github.com/thomas-koehler/SupER/blob/master/matlab/algorithms/SRAlgorithms/DRCN/snu_matconvnet/matlab/+dagnn/@DagNN/print.m#L48

https://github.com/thomas-koehler/SupER/blob/master/matlab/algorithms/SRAlgorithms/VDSR/matconvnet/matlab/simplenn/vl_simplenn_tidy.m#L57

thomas-koehler commented 5 years ago

Hi,

Thank you very much for pointing that out. The errors were caused by the matconvnet version required for VDSR and DRCN.

Best,

Thomas