Closed hahazhky closed 6 years ago
in the paper "The Contextual Loss for Image Transformation with Non-Aligned Data", x_i and y_j need to reduce the mean of the sum of y_j to compute cosine_distance, but i didn't find this operation in either create_using_L2 or create_using_dotP
T_features, I_features = cs_flow.center_by_T(T_features, I_features) in create_using_dotP
T_features, I_features = cs_flow.center_by_T(T_features, I_features)
create_using_dotP
in the paper "The Contextual Loss for Image Transformation with Non-Aligned Data", x_i and y_j need to reduce the mean of the sum of y_j to compute cosine_distance, but i didn't find this operation in either create_using_L2 or create_using_dotP