tensorflow / nmt

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

How do I continue training with new dataset on a pretrained model like transfer learning(Domain adaptation) #325

Open valivetiravichandra opened 6 years ago

valivetiravichandra commented 6 years ago

Hello, Suppose I have a pre trained model for English to German and want to continue training with pretrained weights on new dataset(English to German but medical domain or bank). Both datasets i.e train and new domain data being different. How do I do this?