machine learning - How to update a char-level RNN to a word-level RNN -
i trying implement rnn word generator in tensorflow. found nice work on github:https://github.com/spiglerg/rnn_text_generation_tensorflow/blob/master/rnn_tf.py
but based on char-level. need if want make word-level generator? specifically, how add word embedding layer it? possible use word2vec?
thanks.
Comments
Post a Comment