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

It seems that the histogram loss is unused

Open Vermeille opened this issue 4 years ago • 2 comments

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?

Vermeille avatar May 26 '20 20:05 Vermeille

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?

Yes,its authors mistake!

lincong666 avatar Jan 07 '21 07:01 lincong666

Hey, yes this seems to be a mistake. You can create a PR for it if you want

imransalam avatar Mar 05 '21 21:03 imransalam