ecm
ecm copied to clipboard
This project is a tensorflow implement of our work, ECM (emotional chatting machine).
The guidance recommended the NLPCC2017 dataset as the substitute for ESTC dataset, but it's not available in the linked website. Specificly, when I click the Download link in the guidance...
 CPU一直在占用,却一直没有反应,都跑了两天了依然是这样的,请问一下是什么原因呢?
代码运行一段时间后,自己卡住,没有报错,显存也够。就是卡住不动
@tuxchow ,train的时候说没有记忆文件,什么情况?谢谢
你好,我在使用ECG数据集ecg_train_data.json时,发现标签是0-5的数字,我想请问下这0-5对应的是什么情感?谢谢!
请问处理后的数据集可以发一下我邮箱吗?提取出来的包含标签和句子的,可以用来训练分类器的数据集。可以发下吗?我的邮箱[email protected]
encoder_cell = rnn_cell.EmbeddingWrapper( en_cell, embedding_classes=num_encoder_symbols, embedding_size=embedding_size) 不能用成 encoder_cell = my_rnn_cell.EmbeddingWrapper( en_cell, embedding_classes=num_encoder_symbols, embedding_size=embedding_size) 会报错TypeError: The parameter cell is not RNNCell.
我在用data中的小规模数据训练的时候出现了下面的错误,因为数据规模小,所以同时将post和response词表的大小都改成了100,不知道有没有这方面的原因。 ``` Caused by op _u'model_with_buckets/embedding_attention_seq2seq_1/embedding_attention_decoder/attention_decoder/Reshape_3',_` defined at: File "baseline.py", line 392, in tf.app.run() File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "baseline.py", line 388, in main train()...