You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: The normalization of images in the MNISTUbyteDataset class is done inline. This functionality should be encapsulated in a separate method for better readability and reuse.
Tasks:
Create a function normalize_image(image) that performs the normalization.
Update the getitem method to use this new function.
The text was updated successfully, but these errors were encountered:
tushroy81
changed the title
#10 Move Image Normalization to a Separate Function: Create a Function for Image Normalization
[GAN] #10 Move Image Normalization to a Separate Function: Create a Function for Image Normalization
Oct 18, 2024
Description: The normalization of images in the MNISTUbyteDataset class is done inline. This functionality should be encapsulated in a separate method for better readability and reuse.
Tasks:
Create a function normalize_image(image) that performs the normalization.
Update the getitem method to use this new function.
The text was updated successfully, but these errors were encountered: