Yang
Yang
> 我也有相同的问题 这是为什么 我花了几天时间也没有解决这个问题,如果有解决办法,求告知。 我给论文原作者发了邮件索要代码,回复:不公开。。。
> > > 我也有相同的问题 这是为什么 > > > > > > 我花了几天时间也没有解决这个问题,如果有解决办法,求告知。 > > 我给论文原作者发了邮件索要代码,回复:不公开。。。 > > 我的问题解决了 这篇代码怎么实现的规则挖掘 我有点懵 求一份能跑通的代码。
> > > > > 我也有相同的问题 这是为什么 > > > > > > > > > > > > 我花了几天时间也没有解决这个问题,如果有解决办法,求告知。 > > > > 我给论文原作者发了邮件索要代码,回复:不公开。。。 > > > > >...
> > > > > > > 我也有相同的问题 这是为什么 > > > > > > > > > > > > > > > > > > 我花了几天时间也没有解决这个问题,如果有解决办法,求告知。 > >...
> > > > > > > 我也有相同的问题 这是为什么 > > > > > > > > > > > > > > > > > > 我花了几天时间也没有解决这个问题,如果有解决办法,求告知。 > >...
> 帅气!谢谢,我多叨扰一下像这种str(out[i][j][pred_y.data[i]][0]) + "'>" + str(index2word[x.data[i][j]]) 格式 现在该怎么改写 这种写法0.4之后就被摒弃了0.0 我不知道怎么改写 你知道吗? 我这一块运行的时候会报错,所以改写如下: ` f_extract_lstm.write("" + str(index2word[int(x.data[i][j])]) + " ") ` 不确定是否正确,但能跑通了。 不知道是不是你想问的问题。。。
line 40: ` f_extract_lstm.write("predicted: " + str(int(pred_y.data[i])) + " correct label: " + str(int(y.data[i]))) ` line 45附近改为: ``` f_extract_lstm.write("" + str(index2word[int(x.data[i][j])]) + " ") ``` run main.py后,heatmap.html中就会有结果了。 具体怎么抽rule,还得再看一下。不知道是不是得用到 最大连续子序列类似的算法。
> 万分感谢! 后面的在继续研究了 > > > line 40: > > `f_extract_lstm.write("predicted: " + str(int(pred_y.data[i])) + " correct label: " + str(int(y.data[i])))` > > line 45附近改为: > > ``` > >...
I can reproduce the bug on ubuntu. The reason is that there is no sth like gcc in your OS. On ubuntu, you can type the following command in your...
On windows, I will reproduce the bug and show the solution soon.