Open Gnol-VN opened 6 years ago
Hi, you can check out the discussion on "How to use pre-trained word embeddings in seq2seq?" in official TensorFlow repo: https://github.com/tensorflow/tensorflow/issues/4095, or "Using pretrained word embeddings" in CNN text classification: https://github.com/dennybritz/cnn-text-classification-tf/issues/17.
Hello Mr Hengluchang I am working with your project and I want to use with my pretrain data in Vietnamese. Currently I am having a pretrain matrix word embedding in Vietnamese. How can I add this to your model, because I find it time-consuming to train new dataset. Thank you !