Deepwind

Results 2 comments of Deepwind

For anyone who don't want to change numpy version, I've correct the old code. You can replace the original code with the code below. ```python def train_graph(positive_examples, negative_examples, num_iterations =...

我又试了一下,发现对于单节点包含多个公式时才会触发该问题 如:`置 $V_T', P'$ 为空,$V_N'=\{S\}$`, - 改为 `置 $V_T', }P'$ 为空,$V_N'=\{S\}$` 会导致第一个公式消失 - 改为 `置 $V_T', P'$ 为空,$V_N'=\{S}$` 会导致第二个公式消失 - 改为 `置 $V_T', }P'$ 为空,$V_N'=\{S}$` 两公式均不消失