tangentzou

Results 1 comments of tangentzou

Thank you for the questions. I believe `print(tf.norm(inner_term, ord=2).numpy())` should be `print(tf.norm(inner_term, ord='fro').numpy())` Also, applying `reduce_mean` causes a difference in the scalar multiplier, absorbed by lambda_2. They should be equivalent....