Rustam Khadipash

Results 5 issues of Rustam Khadipash

## 🐛 Bug report ### To reproduce ```python from jsonargparse import ArgumentParser parser = ArgumentParser() parser.add_argument("--mode", type=int, default=1, choices=[0, 1]) cfg = parser.parse_args() print(cfg.mode) ``` Output: ```shell > python argparse_test.py...

bug

In the project requirements, it is specified that the version of `jax` is `0.4.13`. However, Pallas was added in the version `0.4.16` (https://github.com/google/jax/commit/d872812a359a3bafcfdeba1fcdb874ec77c209db).

Thank you for your contribution to the MindOCR repo. Before submitting this PR, please make sure: - [x] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md) - [x] Your...

Could you please point me to the 3D Full Attention block? Is it only used in the larger model, which is why I can't find it?

This PR fixes condition config mutation in `prepare_visual_condition` during training. Specifically, because dictionaries are passed by reference, even a single short video would be enough to completely remove `v2v_head`, `v2v_tail`,...