richard
richard
Code
Could u please leave the original code for us to follow??wanna see some details on it
您好,阅读了GraphSum的论文和代码后,有一处细节不太能理解,看论文里对gaussian weights是使用这个公式  但在代码里使用的却是这个公式,  而且不太能理解计算graph_attn_bias * graph_attn_bias的作用,graph_attn_bias我理解应该是每个document之间的相关性得分 这块有些疑惑,不知道作者是否能简单答疑下
I got the file prepared already and the text in it is Chinese, i upload and then it occurs font error.Can the author fix it?
提问时请尽可能提供如下信息: ### 基本信息 - 你使用的**操作系统**: linux - 你使用的**Python**版本: 3.7.3 - 你使用的**Tensorflow**版本: 2.3.1 - 你使用的**Keras**版本: 2.3.1 - 你使用的**bert4keras**版本: 0.8.8 - 你使用纯**keras**还是**tf.keras**: tf.keras - 你加载的**预训练模型**: bert ### 核心代码 `strategy = tf.distribute.MirroredStrategy() with...