Skip to content

Linear Probing #38

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Negiiiin
Copy link
Collaborator

PR Type

[Feature]

Short Description

Linear probing task

Copy link
Collaborator

Choose a reason for hiding this comment

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

@Negiiiin Please update this config file to match the current implementation of the LinearEvaluation task.

@fcogidi fcogidi requested a review from Copilot April 7, 2025 17:00
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

def linear_eval_transforms(
crop_size: int = 224,
normalization: tuple = ((0.485, 0.456, 0.406), (0.229, 0.224, 0.225)),
job_type: Literal["train", "eval"] = "train",
Copy link
Preview

Copilot AI Apr 7, 2025

Choose a reason for hiding this comment

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

Missing import for Literal; please add 'from typing import Literal' to support the type hint.

Copilot uses AI. Check for mistakes.

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