I am looking for update on this issue as I have see past postings. For the TripletLossFn function, I failed the first unit test and got what is show below. I got 2 of 3 correct in the full test and was able to pass the full assignment, but still would like to correct this if I have a coding issue. Thanks.
Input Array:
v1 = np.array([[0.26726124, 0.53452248, 0.80178373],[0.5178918 , 0.57543534, 0.63297887]])
v2 = np.array([[ 0.26726124, 0.53452248, 0.80178373],[-0.5178918 , -0.57543534, -0.63297887]])
I got: Triplet Loss: 2.4070153719293854
Expected value: Triplet Loss ~ 0.70