Qiushi Nie

Results 9 comments of Qiushi Nie

@wenshao 发现其他的诸如`int[]`,`Collection`的实现好像也是写死的,无法自定义序列化方式,不知道这是不是fastjson希望的效果

等作者回复吧,看commit历史作者已经两个月没有维护这个项目了……没有办法……

本来有pdf在这个目录的,但是因为侵权问题都删除了。Readme那些链接都是指向原来项目内的pdf的,建议直接fork其他人的项目,我这边也有。

Hello, I encountered the same problem as yours. Have you solved this problem?

Thanks for your reply! I've tried `adapool_cuda.forward_3d_edscw(input.contiguous().cuda(), kernel, stride, output, return_mask, mask)` in `idea.py`, but I still get the same error above. A minimal snippet of my code (the model...

> You need the beta tensor to also be in cuda, i.e: > > ```python > pool = AdaPool3d(kernel_size=(6,7,6), beta=torch.Tensor([[[0.5]]]).cuda()) > ``` I've tried it but I still get the...