VisualComputingInstitute / triplet-reid

Code for reproducing the results of our "In Defense of the Triplet Loss for Person Re-Identification" paper.
https://arxiv.org/abs/1703.07737
MIT License
764 stars 215 forks source link

Stability Issue #89

Closed ahmdtaha closed 4 years ago

ahmdtaha commented 4 years ago

Through multiple experiments, I found that removing this weight initializer (weights_initializer=tf.orthogonal_initializer()) leads to a stabler performance.

Can you please explain the intuition for using this weight initializer? Thanks

ahmdtaha commented 4 years ago

Only happens with old tf version (1.8). Seems stabler with tf 1.14