xiyan

Results 8 comments of xiyan

Yeah, I got that from the error information. I think the error mainly comes from `File "F:\study\project\pointer-generator-master\attention_decoder.py", line 276, in linear matrix = tf.get_variable("Matrix", [total_arg_size, output_size])` I mean linear function...

Thanks a lot, I have solved my problem. I found that I changed the i value in 'attention.py' by mistake, so that it did not run `with variable_scope.variable_scope(variable_scope.get_variable_scope(), reuse=True)`.

Thanks a lot~My email is [email protected] Actually I do not met any problem yet, while I am pressed to do some experiments so that direct dataset may be more helpful....

And I have a question about some parameters in your model. As I have understand that some parameters like t_d(the topic distribution of the document D) is obtained from pre-trained...

@chenbaicheng 抱歉,我没有用文章所提出的模型,只是比较感兴趣XSum这个数据集。

@shashiongithub I got it. thx

May you provide your test results? Is that similar to results in paper? Actually, I have run my reproduction code(written in tf) on other similar datasets, while I did not...