MakeupEmbeddingGAN-tf-Implement icon indicating copy to clipboard operation
MakeupEmbeddingGAN-tf-Implement copied to clipboard

a question regarding function histogram_loss_cal()

Open fzhang612 opened this issue 6 years ago • 0 comments

我的理解, 下面这行代码是将source里的每一个值找到在直方图里对应的位置. 但这行代码假设了min_value = 0. 否则找到的位置是不准确的.

https://github.com/baldFemale/MakeupEmbeddingGAN-tf-Implement/blob/45b5e5dafe5c2eac49964d294601e06c5dae0edd/main.py#L355

不知道我的理解是否正确, 谢谢.

fzhang612 avatar Oct 15 '19 01:10 fzhang612