fix(tag-eval): stop re-suggesting already-rejected items #140
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"head would suggest" drew from the whole negative pool including already-rejected images, so a rejected hard-negative (e.g. an orc under "goblin") kept resurfacing as a fresh suggestion every run. Exclude rejected ids from the suggest list. (
4fd8790)🤖 Generated with Claude Code