Kautenja / a-neural-algorithm-of-artistic-style

Keras implementation of "A Neural Algorithm of Artistic Style"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensor Assignment Operators

Kautenja opened this issue · comments

+= and such are apparently being deprecated by tensorflow, update to use assign_add or similar instead