sakumashirayuki

Results 2 comments of sakumashirayuki

I agree with you. And if we use transforms in `torchvision.transforms`, we can learn that the `transforms.Normalize` can only be applied to tensor, which means it should be used after...

what is your problem? I suggest write your own dataset class to read your images. Here is the dataset class read images from a path ```python class YourDatasetName(Dataset): def __init__(self,...