Ruslan Mukhametshin
Ruslan Mukhametshin
For packages with hyphens in their names, pigar uses underscores instead of hyphens. This way pip and conda do not recognize these packages and cannot find them.
Когда смотришь разные плейлисты, удобно иметь возможность открыть плейлист в новой вкладке, а не переключаться тут же на него.
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description Implement auto learning rate finding when starting training, [like](https://pytorch-lightning.readthedocs.io/en/1.4.5/advanced/lr_finder.html) in...
### Feature description When I close the app, it stays in the dock: However, connecting and opening the dashboard is done in the menu bar: There is no need to...
### Feature description May be useful for quick understanding whether the proxy is connected or not. Example from WireGuard when it is not connected:
# Rule request While some short names have been whitelisted in #1548, there are still cases when using short names is justified. For example, [albumenatations](https://albumentations.ai) library uses `A` as an...
## 🚀 Feature request Allow to overwrite subconfig arguments. For example: `evaluate.yaml`: ```yaml model: model.yaml data: path/to/data ``` `model.yaml`: ```yaml class_path: path.to.Model init_args: a: 1 b: 2 c: 3 d:...
I'm designing a package that have main functionality and optional functionality that requires extra packages to be installed. I want to build a CLI for the package. `jsonargparse` dissuades use...
When using this tool with `pretty-format-json` hook from https://pre-commit.com/hooks.html, when they both rerun after each other regardless of the order. I suppose one way to fix this is to make...
### System information - **OS Platform and Distribution** (e.g., Linux Ubuntu 16.04): Linux Ubuntu 22.04 - **Python version** (`python --version`): Python 3.10.11 - **FiftyOne version** (`fiftyone --version`): FiftyOne v0.20.1, Voxel51,...