fzhang612

Results 3 issues of fzhang612

I am trying to replicate the return value of `starspace_embedding()` function. Here is what I have found so far. When training a model with ngrams = 1, `starspace_embedding(model, 'word1 word2')`...

Hi, Thanks for sharing this work. Got a questing regarding this line https://github.com/pender/stylegan-encoder/blob/46605b23756078345cf1d544017d2ff24d0e5b2f/encoder/perceptual_model.py#L21 I guess the purpose is to normalize reference image to [-1,1] because the discriminator requires it. The...

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