benchopt / benchopt/benchmark_resnet_classif

ENH refactor the way normalization is being applied to the datasets

Open
#24 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
12
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Currently, there is a lot of copy-pasting that was introduced by https://github.com/benchopt/benchmark_resnet_classif/pull/19 when it comes to handling the normalization.

Basically, we want to have the same normalization for all datasets, but not apply it at the same times.
In particular, we want to be able to apply it after data augmentation in the case of the training set when fitting the model.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading pull request #19 and tracing how each dataset currently applies normalization and data augmentation. Compare the training and evaluation paths; done means all datasets share the normalization logic while training applies it after augmentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch, tensorflow
Domain
machine-learning
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.