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

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ต.ค. 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

    • @anujshah645
      @anujshah645  2 ปีที่แล้ว

      Glad it was informative

  • @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