MakeupEmbeddingGAN-tf-Implement
MakeupEmbeddingGAN-tf-Implement copied to clipboard
a question regarding function histogram_loss_cal()
我的理解, 下面这行代码是将source里的每一个值找到在直方图里对应的位置. 但这行代码假设了min_value = 0. 否则找到的位置是不准确的.
https://github.com/baldFemale/MakeupEmbeddingGAN-tf-Implement/blob/45b5e5dafe5c2eac49964d294601e06c5dae0edd/main.py#L355
不知道我的理解是否正确, 谢谢.