cloud icon indicating copy to clipboard operation
cloud copied to clipboard

solved issue

Open sahil270803 opened this issue 4 months ago • 1 comments

I resolved the performance issue by changing the order of operations in the dataset pipeline, calling .batch(BATCH_SIZE) before .map(scale). This modification improves efficiency by batching the data before applying the map function, reducing the number of individual function calls.

sahil270803 avatar Oct 14 '24 11:10 sahil270803