guyco87

Results 5 comments of guyco87

Its just a typo, this is why you get syntex error - instead of load_pny you should write load_npy. This is how lines 124-126 should look like after you correct...

You should run the setup script before running anything else python setup.py develop

Did someone configured a GNMT model and willing to share it?

Here is my model configuration, what do you think? {'hidden_size': 1024, 'dropout': 0.2, 'forget_bias': 1.0, 'residual': True, \ 'tie_embedding': True, 'transfer_hidden': False, \ 'encoder': {'num_layers': 4, 'bidirectional': True, 'num_bidirectional': 1,...

I found the problem, although I'm not sure how exactly to solve it. There's a mismatch between the checkpoint graph's embedding layer size and the vocabulary size (both src and...