You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorials say that Multiple inputs are useful for non-trivial ground truth: one data layer loads the actual data and the other data layer loads the ground truth in lock-step.
I do not know what the meaning of lock-step.I Have two data set, one is noise images and the other is ground true images.I used two data layers to feed into the Caffe. The important thing is to make sure the data was one to one mapping(noised image with ground true image). I have this worry because the training process is strange and the loss could not decrease.
I actually do not know what's wrong with my net.
Solver scaffolding done.
Network configure is showed below
The tutorials say that Multiple inputs are useful for non-trivial ground truth: one data layer loads the actual data and the other data layer loads the ground truth in lock-step.
I do not know what the meaning of lock-step.I Have two data set, one is noise images and the other is ground true images.I used two data layers to feed into the Caffe. The important thing is to make sure the data was one to one mapping(noised image with ground true image). I have this worry because the training process is strange and the loss could not decrease.
I actually do not know what's wrong with my net.
Solver scaffolding done.
Network configure is showed below
The text was updated successfully, but these errors were encountered: