Jimmy Jin

Results 3 comments of Jimmy Jin

One way I can think of is to just write a wrapper and mock all the functions currently existing for the `lightgbm.Booster` class.

Thanks for the reply! I am googling this issue and finding out that it is quite common when the update is very small. By setting the batch = 1, the...

您好wangyan, 谢谢您的feedback! 我的这篇paper实在隔得有点远了,我有些细节已经记不太清楚,但是我尽力回复你。 关于Spiking MNIST和NMNIST的复现结果,如果我没有记错的话,你要是使用里面log的参数,加上Cuda 8, 应该是一样的结果。或者你需要读入checkpoint file,然后你去evaluate一下,应该是我paper里面的结果。 其实你的结果已经很接近了,我感觉基本上差不多。我不知道是不是因为cuda version的变化造成的。 关于TI46,我用到了bsa algorithm,一种把音频转成spike的算法( https://ieeexplore.ieee.org/abstract/document/1224019)。如果你按照我的config: https://github.com/jinyyy666/mm-bp-snn/blob/master/Config/SpokenLetterConfig.txt ,应该是没有什么问题的。82.91%确实有点低,估计是那里出问题了。 有什么问题关系联系! 谢谢, On Mon, Jun 19, 2023 at 8:52 PM wangyan123454321 ***@***.***> wrote: > 您好呀,很荣幸能读到您的这篇文章。我在复现过程中,论文中提到的spiking...