Изменения

Перейти к: навигация, поиск

Neural Style Transfer

7 байт убрано, 00:56, 19 апреля 2019
Пример кода на Python
<font color="green"># b=number of feature maps</font>
<font color="green"># (c,d)=dimensions of a f. map (N=c*d)</font>
features = input.view(a * b, c * d) <font color="green"># resise F_XL into \hat F_XLresize feature maps</font>
G = torch.mm(features, features.t()) <font color="green"># compute the gram product</font>
<font color="green"># we 'normalize' the values of the gram matrix</font>
Анонимный участник

Навигация