Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Lite for Core Migration #783

Merged
merged 8 commits into from
Oct 9, 2024
Merged

Conversation

czaloom
Copy link
Collaborator

@czaloom czaloom commented Oct 9, 2024

Changes

  • Renamed detection to object_detection
  • Renamed segmentation to semantic_segmentation
  • Added stubs for future llm metrics.

@czaloom czaloom self-assigned this Oct 9, 2024
@czaloom czaloom marked this pull request as ready for review October 9, 2024 15:25
lite/README.md Outdated Show resolved Hide resolved
lite/README.md Show resolved Hide resolved
lite/README.md Outdated Show resolved Hide resolved
lite/pyproject.toml Outdated Show resolved Hide resolved
@@ -8,7 +8,7 @@

import requests
from tqdm import tqdm
from valor_lite.detection import DataLoader, MetricType
from valor_lite.cv.detection import DataLoader, MetricType
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the "CV" bucket doesn't feel MECE: if the user does pip install valor-<name>[cv] (from your example yesterday), they'd expect classification to be installed too. why not leave classification, detection, and segmentation as-is (i.e., not grouping them under CV), but group the LLM metrics separately under NLP?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Polling for feedback on flattening the import structure!

As for the custom installs, I feel thats something we can deal with at a later point.

@czaloom czaloom merged commit 7156b6b into main Oct 9, 2024
16 checks passed
@czaloom czaloom deleted the czaloom-prepare-for-core-migration branch October 9, 2024 19:07
ntlind pushed a commit that referenced this pull request Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants