Hi,
I start training the siamese-fc, but I have some questions about the training process.
I want to know the differents between eltwise_label and label.
Another question is that how long do you train the model on one Titan X?
The last question, in your paper you say each epoch is consist of 50000 sampled pairs, but in your code each epoch contain 5985 8 = 47880 train data and 665 8 = 5320 val data. The sum of 47880 and 5320 is not equal to 50000. I guess maybe you have some change on your code after the paper, or what?
Hi, I start training the siamese-fc, but I have some questions about the training process.
Thank you very much.