Bit0r
Bit0r
This is equivalent to an advanced version of einsum?
Can einops add an argmax/argmin in the reduce function? Like this: ```python einops.reduce(tensor, "i j -> i", 'argmax') ``` Or even directly call custom functions: ```python einops.reduce(tensor, "i j ->...
> @Bit0r https://github.com/arogozhnikov/eindex/blob/main/tutorial/tutorial.ipynb I know this library, but theoretically `argmax/argmin` should also be a `reduce` operation. A unified `reduce` API can be used more conveniently.
@cdgriffith Could you approve the workflow review, please?
I have implemented this feature only in the `BoxList` class, whereas `Box` is a different class and will still output normally. Using the following code in the unit tests is...
My code only works for `list` and its subclasses. The first layer must be `BoxList`, and `dict` and its subclasses cannot appear in the middle.
@cdgriffith Do you think there are any other problems with the code?
I don't know how to program with PyPy, and I can't provide an equivalent version of [it](https://github.com/cdgriffith/Box/actions/runs/8868983981/job/24744307801?pr=266).
我想问个问题,rime-ice支持英文输入的补全吗?就像中文那样
> > 我想问个问题,rime-ice支持英文输入的补全吗?就像中文那样 > > goog → Google 这种是支持的,造句不支持。 请问如何开启?切换到英文输入模式后,就完全没有输入框了。