longsamaa

Results 2 issues of longsamaa

Hello, I have followed the instructions below: https://github.com/tlatkowski/multihead-siamese-nets. But when I predict, there are only 2 results like this: [array ([[1.]], dtype = float32)] [array ([[0.]], dtype = float32)] Was...

Hi, I ran the sample code from the site, i.e., the first NMT model, translating from Vietnamese to English. https://github.com/tensorflow/nmt I use the command : `python -m nmt.nmt \ --src=vi...