def discrepancy_mcd()

in swd.py [0:0]


def discrepancy_mcd(out1, out2):
    return tf.reduce_mean(tf.abs(out1 - out2))