Open haoyuee opened 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.
thanks
When I run the training code,I face a new problem.How to solve it?Thanks!
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.
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?