Jin Su

Results 152 comments of Jin Su

Hello, thank you very much for providing sush useful feedback! For the first error, as you said it can be easily fixed by moving all tensors from GPU to CPU....

Hi, can you try rerunning this on our latest colab link? https://colab.research.google.com/github/westlake-repl/SaprotHub/blob/main/colab/SaprotHub.ipynb We did lots of tests so it should not run into error.

你好,目前定时发送只支持某个时间点。如果想要每天都自动发送的话,可以先人为多设置几天,例如7天。

Hi, thank you very much for pointing that out! The 35M version was just a test model when we developed SaprotHub. It was trained on different dataset splits (we split...

Hello, I just reran your notebook and interestingly it output normally: ![image](https://github.com/westlake-repl/SaprotHub/assets/52776915/69696cde-366c-4790-8a2d-3ed579b862bc) Can you clone the latest SaprotHub repo and retry to check whether it is because of the version...

An interesting bug! However it's weird that on cpu the model output nans. I transfered the model to cpu and it still output normally. I'm not sure whether it is...

这种情况是程序无法找到微信的搜索框,这种问题能够稳定复现吗?

这个问题比较奇怪,因为我从来没遇到过这个问题,而且也不是能稳定出现的错误。建议再观察一下是否有什么出错的迹象。

有可能有这个问题。我觉得可以人为加一个sleep函数,在寻找搜索框之前短暂等待一段时间,也许可以解决这个问题。

> up您好,我试用了参考#33的代码,没有成功实现自动回复功能,然后我在检查源代码的时候发现这个.chats没有被识别是什么原因呢 你好,抱歉我现在才看到这个问题。你可以确认一下你的微信是否是中文版本的。因为这个self.lc涉及到一个语言版本的属性。要求你的微信版本跟这个变量的语言版本是一致的。