Ni Chen

Results 7 issues of Ni Chen

Hi, Thanks for making this amazing package, this could be useful. May I ask if the PyTorch backend is differentiable? Thanks.

I have error message when I render a light field like below: KeyError" 'bpy_prop_collection[key]: key "Z" not found'. Do you have any ideas about this problem? Thanks?

您好, 非常感谢您的amWiki项目,对我很有用。 现在我有一个问题,就是在文件中加入其它文件连接的时候是有什么规则吗?比方我有一个文件路径是: “library\000-Index\001-todo.md” Navigation里面的链接路径是 - [todo](?file=000-Index/001-todo "todo") 这样跟markdown的链接定义的写法是不一样的,请问这个在这里是怎么定义的呢? 另外请问一下有没有快捷的加内部链接的方法呢?

Hi guys, Do you have the plan to implement the TwIST algorithm ([Two-step Iterative Shrinkage/Thresholding Algorithm for Linear Inverse Problems](http://www.lx.it.pt/~bioucas/TwIST/TwIST.htm)) ? Since it has been proved very efficient in compressive...

enhancement
good first issue

Hi authors, I intended to use this method on complex numbers and it turned out with a error message like: `File "optimizer.py", line 701, in step step_size.div_(denom).clamp_(lower_bound, upper_bound).mul_( RuntimeError: "clamp_scalar_cpu"...

Hi Jettify, AdaBound and Adahessian doesn't work for complex numbers, which show the below messages for AdaBound `File "optimizer.py", line 701, in step step_size.div_(denom).clamp_(lower_bound, upper_bound).mul_( RuntimeError: "clamp_scalar_cpu" not implemented for...

Hi authors, I intended to use this method on complex numbers and it turned out with a error message like: `File "optimizer.py", line 433, in * torch.randint_like( RuntimeError: check_random_bounds handles...