tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.37k stars 1.96k forks source link

How to find the default definition of some parameters in the nmt model? #301

Open yapingzhao opened 6 years ago

yapingzhao commented 6 years ago

Hi, I'm a neural network beginner (smile). I have several questions that I haven't found, so I need help.

  1. I didn't find the default defined word vector size (in the model.py document).
  2. I didn't find out about the activation function inside the neural network.

Thank you for reading my question. Looking forward to your advice or answers. Best regards,

yapingzhao