-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
Linear Probing #38
Conversation
projects/med_benchmarking/configs/experiment/linear_probing_eval.yaml
Outdated
Show resolved
Hide resolved
projects/med_benchmarking/configs/experiment/linear_probing_eval.yaml
Outdated
Show resolved
Hide resolved
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
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.
There was a problem hiding this 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", |
There was a problem hiding this comment.
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.
PR Type
[Feature]
Short Description
Linear probing task