ECM-tf
ECM-tf copied to clipboard
implementation of ECM with tensorflow
i didnt find data_origin.pkl and other data sample; can you give a data sample,then we can make our train data and test data
Hello When I run python train.py -m 'ECM' Why do I get error No such file or directory: 'data_train.pkl' Thanks in advance
decoder_outputs, decoder_states = tf.contrib.legacy_seq2seq.attention_decoder(decoder_inputs, h, attention_states, cell, num_heads=1, output_size=self.vocab_num) is throwing following error ValueError: Dimensions must be equal, but are 456 and 356 for 'attention_seq2seq/rnn/rnn/multi_rnn_cell/cell_0/cell_0/gru_cell/MatMul_68' (op: 'MatMul') with input shapes:...