Part-1: Dataloaders for different scenarios of data augmentation in PyTorch

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • This video and upcoming videos will show how we can create data loaders for different scenarios of data augmentation in PyTorch.
    Scenario -1: one augmented image from one input image.
    Scenario-2: Using augmentation for increasing dataset, multiple augmented images from one input image.
    Scenario-3: Using augmentation for increasing dataset of selective classes.
    Links:
    Codes: github.com/anu...
    Different Augmentations using transformations: pytorch.org/vi...
    Dogs-vs-cats dataset: www.kaggle.com...
    #DeepLearning #PyTorch #Dataloaders in Pytorch #Data Augmentation in Pytorch #DataAugmentation #Augmentation for increasing dataset size
    #Custom Collate Function in PyTorch

КОМЕНТАРІ • 5

  • @maxinteltech3321
    @maxinteltech3321 2 роки тому

    Great video. Thanks

  • @Superrx78eddy
    @Superrx78eddy 2 роки тому

    Great stuff!!! Loving it. Is there any video in reducing the over fitting or improve the training performance on this topic?

  • @leo.y.comprendo
    @leo.y.comprendo 2 роки тому

    Thanks for the video! I have a question, when doing the training loop, should I use a train data loader with no augmentation and another one with augmentation to double the data available? thnks

    • @anujshah645
      @anujshah645  2 роки тому

      Well usually augmentation is used for training data alone, you can double the data by using augmentation on the data in training set either doubling all the sample or doubling samples of any selective class