DRGD icon indicating copy to clipboard operation
DRGD copied to clipboard

Implementation for paper "Deep Recurrent Generative Decoder for Abstractive Text Summarization" https://arxiv.org/pdf/1708.00625.pdf

Results 5 DRGD issues
Sort by recently updated
recently updated
newest added

File "/home/wsy/tae/DRGD-master/encoder.py", line 39, in build_cell **self.config['cell']['cell_params']) TypeError: init() got an unexpected keyword argument 'name'

wsy@user1-R730:~/tae/DRGD-master$ python main.py -t Using TensorFlow backend. Traceback (most recent call last): File "main.py", line 30, in train(source_helper, target_input_helper, target_output_helper, valid_source_helper, valid_target_output_helper, char_dict) File "/home/wsy/tae/DRGD-master/run.py", line 16, in train model.build()...