I was wondering why you added 1 to the AffineTransform layer geometry in
https://github.com/botonchou/libdnn/blob/master/src/nnet.cpp#L233
After some nosing around I found you feed the label into the network as being one of its' inputs! (I printed the data at https://github.com/botonchou/libdnn/blob/master/src/nn-train.cpp#L164). I don't think this is desired behaviour. Can you please explain this?
I was wondering why you added 1 to the AffineTransform layer geometry in
https://github.com/botonchou/libdnn/blob/master/src/nnet.cpp#L233
After some nosing around I found you feed the label into the network as being one of its' inputs! (I printed the data at https://github.com/botonchou/libdnn/blob/master/src/nn-train.cpp#L164). I don't think this is desired behaviour. Can you please explain this?