AnikinNN
AnikinNN
Tere is a class `CatersianGrid` in `/mmgen/models/architectures/positional_encoding.py` It seems that there is a typo `CatersianGrid -> CartesianGrid`
In scenarios where a physical server, such as a NAS, is situated in a location with a dynamic IP address provided by the Internet Service Provider. However it is possible...
If a label with a type different from `str` is added anywhere in the worker task, the task will fail. ```python @broker.task async def generation_task(params: RequestParams, context: Annotated[Context, TaskiqDepends()]): result...
## Expected Behavior (Mandatory) It is possible to iterate over nodes in async style ## Actual Behavior (Mandatory) It is not possible to iterate over nodes in async style. You...
## Expected Behavior (Mandatory) At concurrent calling of `get_or_create` from different places of a program we get the same node which was created once ## Actual Behavior (Mandatory) At concurrent...