feat(issue-50): LoRA rank sweep for VisDrone and Brain Tumor vertical scenarios - #179
Open
H2Rhan wants to merge 1 commit into
Open
feat(issue-50): LoRA rank sweep for VisDrone and Brain Tumor vertical scenarios#179H2Rhan wants to merge 1 commit into
H2Rhan wants to merge 1 commit into
Conversation
feat(lora): LoRA rank sweep results for VisDrone and Brain Tumor datasets 犀牛鸟 Tencent#50 — 垂类场景 LoRA 高效微调适配 实验结果提交 ## Experiments (6 runs, SLURM job 89299, NVIDIA A40) ### VisDrone (航拍检测, 10 classes, 30 epochs) | Rank | mAP50 | mAP50-95 | Precision | Recall | Time | |------|-------|----------|-----------|--------|------| | r=4 | 0.045 | 0.019 | 0.421 | 0.066 | 5.06h | | r=8 | 0.049 | 0.022 | 0.423 | 0.072 | 5.06h | | r=16 | 0.064 | 0.029 | 0.334 | 0.088 | 5.25h | ### Brain Tumor (医疗检测, 2 classes, 40 epochs) | Rank | mAP50 | mAP50-95 | Precision | Recall | Time | |------|-------|----------|-----------|--------|------| | r=4 | 0.449 | 0.294 | 0.464 | 0.659 | 0.36h | | r=8 | 0.450 | 0.287 | 0.442 | 0.721 | 0.37h | | r=16 | 0.476 | 0.314 | 0.466 | 0.721 | 0.39h | ### Changes - Updated sweep shell scripts with proper headers and error handling - Modified LoRA YAML configs for rank sweep experiments - Updated README with experiment documentation - Added complete sweep results (yolo_master_lora_rank_sweep_results.csv) - Added detailed per-experiment metrics (yolo_master_lora_results.csv) @
H2Rhan
force-pushed
the
issue-50-lora-rank-sweep
branch
from
July 28, 2026 02:51
2e172d8 to
c779c73
Compare
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.
Closes #50
犀牛鸟 #50 — 垂类场景 LoRA 高效微调适配
实验设计
VisDrone 实验结果 (航拍检测, 10 类, 30 epochs)
Brain Tumor 实验结果 (医疗检测, 2 类, 40 epochs)
主要发现
文件变更