burn icon indicating copy to clipboard operation
burn copied to clipboard

Data normalizers in burn-dataset

Open antimora opened this issue 2 years ago • 2 comments

Feature description

Dataset package should provide with basic normalizer's, such standard score normal.

Feature motivation

Data normalization is a common operation and should be part of the library for convenience and less code writing for everyone.

(Optional) Suggest a Solution

  1. For the starter, should add traits for data normalization.
  2. Add standard score normalizer (across batch, features or the entire dataset).

And example how torch does: https://stackoverflow.com/questions/63746182/correct-way-of-normalizing-and-scaling-the-mnist-dataset

antimora avatar Mar 06 '23 21:03 antimora

Hi! Is anyone working on this? If not, can I do it?

caiopiccirillo avatar Aug 09 '23 19:08 caiopiccirillo

@CaioPiccirillo, please go ahead. I am assigning it to you.

antimora avatar Aug 09 '23 19:08 antimora