style-transfer-tensorflow-2.0 icon indicating copy to clipboard operation
style-transfer-tensorflow-2.0 copied to clipboard

Style transfer from Gatys et al and histogram loss added from https://arxiv.org/abs/1701.08893. Written in tensorflow2.0 with eager execution.

Results 1 style-transfer-tensorflow-2.0 issues
Sort by recently updated
recently updated
newest added

Hi, According to my understanding of this line, the histogram rematched imaged is computed but never used again, and not part of the loss. https://github.com/imransalam/style-transfer-tensorflow-2.0/blob/master/synthesis.py#L69 Is this a bug?