CBDNet icon indicating copy to clipboard operation
CBDNet copied to clipboard

train

Open haoyuee opened this issue 6 years ago • 4 comments

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

haoyuee avatar Jul 09 '19 07:07 haoyuee

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.

GuoShi28 avatar Jul 09 '19 23:07 GuoShi28

thanks

haoyuee avatar Jul 14 '19 09:07 haoyuee

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

haoyuee avatar Jul 23 '19 11:07 haoyuee

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.

GuoShi28 avatar Jul 24 '19 06:07 GuoShi28