mingmingdiii
Results
2
comments of
mingmingdiii
@liu6381810 Sorry to bother. Did you get the loss 6777 by using loss function: def euclidean_loss(y_true,y_pred): return K.sum(K.square(y_true-y_pred), axis=-1)? I use this function and get the loss value is about...
@liu6381810 Thanks for your reply! I will try it.