We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did not see it in model.py's all list
The text was updated successfully, but these errors were encountered:
Hi~ Maybe , you need to configure the parameter "-model_config" by yourself to achieve the setting as GNMT
"-model_config"
Sorry, something went wrong.
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, 'pack_inputs': False}, 'decoder': {'num_layers': 4, 'concat_attention': True, 'attention': {'mode': 'bahdanau', 'normalize': True, 'dropout': 0, 'output_transform': True, 'output_nonlinearity': 'tanh'} } }
No branches or pull requests
I did not see it in model.py's all list
The text was updated successfully, but these errors were encountered: