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
According to the discussion of this article https://zhuanlan.zhihu.com/p/91926094 and the post-discussion in this article between Feng Wang and the authors, it is suggested to implement the WS by changing the position of epsilon. As suggested by Feng Wang, epsilon should be inside the sqrt() function of std. Or you can choose a little bit complicated solution by introducing epsilon-shifted L2 regularizer as proposed in https://arxiv.org/pdf/1911.05920.pdf .
The text was updated successfully, but these errors were encountered:
Hi, siyuan:
According to the discussion of this article https://zhuanlan.zhihu.com/p/91926094 and the post-discussion in this article between Feng Wang and the authors, it is suggested to implement the WS by changing the position of epsilon. As suggested by Feng Wang, epsilon should be inside the sqrt() function of std. Or you can choose a little bit complicated solution by introducing epsilon-shifted L2 regularizer as proposed in https://arxiv.org/pdf/1911.05920.pdf .
The text was updated successfully, but these errors were encountered: