mhy9989

Results 7 issues of mhy9989

在原始的ECA文章里,他们是卷积后先改变形状最后sigmoid。而这个仓库里面是先sigmoid后改变形状。 这样操作结果是不同的。请问现在仓库里这么做有什么依据?

当网络存在波动,有时候会导致 client.request直接失败,但是这样不会返回任何信息。比如httpx.ConnectError。 能否把client.request也放在try里,同时抛出错误并发信息提醒下?

enhancement

我想要使用nps进行远程桌面连接,然后同时在tcp和udp对远程桌面端口进行了穿透。但是连接时候只能识别到tcp,识别不到udp。改用frp进行同样方式穿透可以正常识别到udp。不知是不是有啥需要设置?

bug

I used model = KAN(layers,3,3).speed() to create a KAN model and embedded it into another model to replace MLP. However, I found that the training speed was very slow during...

During my training, I found that even if I fixed all random seeds and used a deterministic algorithm, I still got similar but different results after several epochs of training....

Your work is outstanding! But I still have some questions. In the kan_conv code of this repository, I found that an extra PReLU layer is added after the convolution and...

### 使用版本 使用版本: 0.2.39 ### 复现步骤 1. 输入网址:https://www.bilinovel.com/novel/2139/ 2. 选择分卷:55 3. 错误信息:

bug