akarshzingade
akarshzingade
Any interesting updates, cxfire16? :)
@cxfire16 @IAmAbdusKhan There are two things that @longzeyilang pointed out in another issue. I have missed out taking the max of loss and 0 for each triplet. and also, this...
Hey, Longzeyilang! You are right! Dunno who I missed that. Thank you for pointing that! I am out of town for a few days, so won't be able to make...
@longzeyilang That is the regularisation added to the loss function. 'W' is the weights of the whole network. (Formally, it is the parameters of the whole network as a function)
I didn't forget. I was experimenting how the model works without regularisation back then. It performed pretty decently. Ideally, you add it in the loss. But, in Keras, you would...