Soft auto-apply (retract + confirm, no self-training) + tagging UX (reject-rest, tag-input race, modal playlist) #197

Merged
bvandeusen merged 12 commits from dev into main 2026-07-06 21:03:30 -04:00
Showing only changes of commit 0de726ed48 - Show all commits
+1 -1
View File
@@ -35,7 +35,7 @@ def _img(db, sha: str, emb) -> ImageRecord:
return img
def _head(db, tag_id: int, slot: int, *, threshold=0.5, n_pos=30):
def _head(db, tag_id: int, slot: int, *, threshold=0.5, n_pos=60):
s = db.execute(select(MLSettings).where(MLSettings.id == 1)).scalar_one()
w = [0.0] * 1152
w[slot] = 1.0