Skip to content

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

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