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
我看到CNN/train_search代码里的compute_unrolled_step这个函数,在unrolled_optimizer(即更新网络权重参数)后,并未对梯度进行回滚,
在Darts论文中的公式7,上面的w+, w-中的w应该是网络权重更新前的参数,而不是更新后的参数,不知道这个问题对不对