You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was wondering if anyone could shed some light on the following questions regarding the wasserstein layer.
How is M computed, where can I find this info?
What is the pred variable is it logits, softmax outputs or something else?
Same for label is it hard labels like [3, 2, 5, 7, 9, 1, 0], one-hot encoded or something else?
Do the above vars change according to the problem (multi-class classification), for instance on MNIST with hard labels (i.e. unique labels) vs MNIST with multi-labels for each class?