Closed
Conversation
…INO export - Switch to dynamic git-tag versioning via hatch-vcs (replaces hardcoded version) - Add GitHub Actions publish workflow with OIDC trusted publishing on v* tags - Add fetch-depth: 0 to CI checkout for hatch-vcs compatibility - Add OpenVINO export format to CLI (--format openvino) - Create CHANGELOG.md following Keep a Changelog format - Add openvino optional dependency group Co-Authored-By: Claude Opus 4.6 <[email protected]>
…Quantization (PTQ) and Quantization-Aware Training (QAT), and implement quantization utilities. - Updated versioning in _version.py. - Added quantize_cmd.py and qat_cmd.py for CLI commands. - Implemented quantization preparation, calibration, and conversion utilities. - Added tests for quantization functionalities.
…mplementation of YOLO-NAS and licensing information for pretrained weights.
- Updated `pyproject.toml` to include `roboflow` and `jupyter` in the development dependencies. - Expanded `uv.lock` with new resolution markers and additional package details. - Introduced `finetune_roboflow.ipynb` example notebook for fine-tuning YOLO-NAS on Roboflow datasets. - Added `dataset_config.py` for parsing YOLO/RoboFlow data.yaml files and integrated it into the data module. - Updated tests to cover dataset configuration loading and validation.
- Updated `finetune_roboflow.ipynb` to implement Lightning modules for training and evaluation. - Introduced `YoloNASLightningModule` for streamlined model training with integrated logging and callbacks. - Replaced legacy training and evaluation logic with Lightning's `Trainer` and `DataModule`. - Added `EMACallback` and `QATCallback` for enhanced training control. - Removed outdated `qat_trainer.py` and `trainer.py` files to clean up the codebase. - Updated `pyproject.toml` to include `lightning` as a dependency.
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.