TobiasLee / MTA-LSTM-TensorFlow

TensorFlow reimplementation of Topic-to-Essay Generation with Neural Networks.
https://tobiaslee.top/2018/11/02/customized-RNN-cell/
70 stars 24 forks source link

config file - Readme #2

Closed niranjanaryan closed 5 years ago

niranjanaryan commented 5 years ago

can you brief the

train_data_path = [ "./data_zhihu/correct_data/train_src.npy", "./data_zhihu/correct_data/train_src_len.npy", "./data_zhihu/correct_data/train_tgt.npy", "./data_zhihu/correct_data/train_tgt_len.npy", "./data_zhihu/correct_data/train_mem_idx_tx_60.npy" ] test_data_path = [ "./data_zhihu/correct_data/test_src.npy", "./data_zhihu/correct_data/test_src_len.npy", "./data_zhihu/correct_data/test_tgt.npy", "./data_zhihu/correct_data/test_tgt_len.npy", "./data_zhihu/correct_data/test_mem_idx_tx_60.npy" ]

how can i create the .npy file from my own dataset. and wordvec.txt file

if you can share sample dataset or npy converter you have used . would be great to understand work more into...

thank you dear

niruniru21@gmail.com