You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your code to a chatbot and your work is very valuable to me. However, I found that you only published the statement of function Train and TrainIters without an example of how I could use it.
Moreover, when I try to call the TrainIters function, I found some parameters, such as encoder_optimizer, decoder_optimizer and clip have never been mentioned before. So I have no idea with the format of them. Could you please tell me how to get these parameters or just give me an example of training the model.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use your code to a chatbot and your work is very valuable to me. However, I found that you only published the statement of function
Train
andTrainIters
without an example of how I could use it.Moreover, when I try to call the
TrainIters
function, I found some parameters, such asencoder_optimizer
,decoder_optimizer
andclip
have never been mentioned before. So I have no idea with the format of them. Could you please tell me how to get these parameters or just give me an example of training the model.Thank you!
The text was updated successfully, but these errors were encountered: