Neural Architecture Search

Differentiable Architecture Search Max-W

Introduced by Hundt et al. in sharpDARTS: Faster and More Accurate Differentiable Architecture Search

Like DARTS, except subtract the max weight gradients.

Max-W Weighting: \begin{equation} output_i = (1 - max(w) + w_i) * op_i(input_i) \label{eqn:max_w} \end{equation}

Source: sharpDARTS: Faster and More Accurate Differentiable Architecture Search

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 1 100.00%

Categories