richard

Results 4 issues of richard

Could u please leave the original code for us to follow??wanna see some details on it

您好,阅读了GraphSum的论文和代码后,有一处细节不太能理解,看论文里对gaussian weights是使用这个公式 ![屏幕快照 2021-09-16 下午4 32 37](https://user-images.githubusercontent.com/33123730/133710251-0b6d2f70-4264-4e2a-b932-056bd4035089.png) 但在代码里使用的却是这个公式, ![屏幕快照 2021-09-16 下午4 34 57](https://user-images.githubusercontent.com/33123730/133579923-eece4e11-0e07-4077-bd7b-3b97e403a76e.png) 而且不太能理解计算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...