GeeekySouro003 / Amazon-ML-Challenge

Repository of Problem Statement in Amazon ML Challenge
2 stars 4 forks source link

Bug: Conditional transformation of data_loader #3

Open GeeekySouro003 opened 1 month ago

GeeekySouro003 commented 1 month ago

Conditional Transformation: The get_transforms() function is called twice, once in get_data_loaders() for training and again (potentially) for validation. You can potentially define the transformation logic within get_data_loaders() and conditionally apply normalization based on whether it's training or validation data. This could reduce code duplication.

sagar132103 commented 1 month ago

I want to work on this.

GeeekySouro003 commented 1 month ago

@sagar132103 assigned