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
你好,我看了你计算KL-divergence的那一部分,感觉你是在计算类别分布也就是P(y_d)和P(y_s)两个分布之间的距离,但是在原论文的5.1小节的最后有几句:“KL-divergence on the feature space between each corresponding diff-distribution ....”,应该计算的是特征空间P(X)上的KL散度,但是X包含多个维度,如何直接计算它的分布感觉没有方法,想问一下您,有没有相关的解决方法。