Andrew

Results 3 issues of Andrew

Everytime my code ran into iepy/data/models.py, ImportError was raised which is "No module named corpus"

When I run your code on my own dataset, formated as e2e dataset, the train neglogev is inf. But When I run only a snippet of the full data, the...

https://github.com/shekkizh/EBGAN.tensorflow/blob/7c12383ac9444e5f15d6bc51ceed6bc77bea04fa/EBGAN/Faces_EBGAN.py#L209 In the paper, after computing the similarity, there exists element-wise square. Maybe below will be right. ``` embeddings_norm = tf.nn.l2_normalize(embeddings, axis = 1) up = tf.reduce_sum(tf.square(tf.matmul(embeddings_norm, embeddings_norm, transpose_b =...