Hello David, I cannot get working SPEN denoising example. First I got an exception about inference_net being nil in RNNInference.lua, which I fixed somehow by setting inference_net = nn.Identity. But now I get an error because inference_net is nil:
2: attempt to index local 'module' (a nil value)
stack traceback:
...e/dulyanov/torch/install/share/lua/5.1/nn/Sequential.lua:12: in function 'add'
./RNNInference.lua:68: in function '__init'
Can you please try to reproduce it?
I used this fork to run the experiments, since it provided a helpful script. Wondering if denoising worked for xuexue.
Hello David, I cannot get working SPEN denoising example. First I got an exception about
inference_netbeingnilinRNNInference.lua, which I fixed somehow by settinginference_net = nn.Identity. But now I get an error becauseinference_netisnil:Can you please try to reproduce it?
I used this fork to run the experiments, since it provided a helpful script. Wondering if denoising worked for xuexue.