Reading the other issue, it appears this was done as a sort of school project. I'm currently doing some initial research to see what it would take to implement this for my own needs and I stumbled upon this implementation. Looking at your CNN Caffe prototxt model code, I notice you only implemented one out of the two CNNs described in the paper. Was this just because the other CNN required a custom loss layer while the unwary CNN made use of the common logistic loss?
Also,
Could you guys note, perhaps, some of the "gotchas" that you found while working on your implementation that were not immediately apparent from reading the paper?
Thanks so much for publishing your project!
Reading the other issue, it appears this was done as a sort of school project. I'm currently doing some initial research to see what it would take to implement this for my own needs and I stumbled upon this implementation. Looking at your CNN Caffe prototxt model code, I notice you only implemented one out of the two CNNs described in the paper. Was this just because the other CNN required a custom loss layer while the unwary CNN made use of the common logistic loss?
Also,
Could you guys note, perhaps, some of the "gotchas" that you found while working on your implementation that were not immediately apparent from reading the paper?
Thanks so much for publishing your project!