GuoShi28 / CBDNet

Code for "Toward Convolutional Blind Denoising of Real Photographs", CVPR 2019
Apache License 2.0
499 stars 92 forks source link

train #25

Open haoyuee opened 5 years ago

haoyuee commented 5 years ago

how do you get your training model ,I use the training code of DnCNN in my own dataset ,there is some trouble in my training.How to solve it?

image

GuoShi28 commented 5 years ago

Hi, the error means that there no layer name "objective1" in the network structure. You should check your own network layer define. "objective1" layer is the loss function layer in my structure and it is removed in the testing phase which may not the same with your own network.

haoyuee commented 5 years ago

thanks

haoyuee commented 5 years ago

When I run the training code,I face a new problem.imageHow to solve it?Thanks!

GuoShi28 commented 5 years ago

I also met this problem before. I remember that it may be caused by the configuring problem of Matconvnet. I recommend checking the Matconvnet configuring first. If there's still happen this problem, please feel free to contact me.