Dataloader Design for PyTorch - Tongzhou Wang, MIT

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 7

  • @youcefouadjer855
    @youcefouadjer855 3 ปีที่แล้ว +3

    Pytorch is incredible and helpful especially for beginners like me
    It's an honor to be a part of this community.
    Thank you so much 💓

  • @jonathansum9084
    @jonathansum9084 4 ปีที่แล้ว +5

    Finally! Pytorch's original Dataloader is very terrible and difficult for a newbie programmer like me to use.

  • @pavankumarcloud363
    @pavankumarcloud363 4 ปีที่แล้ว +1

    Thanks. very useful as starting point. I would like to train a pytorch model with data from a database using iterativedataset. Is there a sample program that I can refer? Appreciate your help

    • @PyTorch
      @PyTorch  4 ปีที่แล้ว +1

      Hi, check out the PyTorch tutorials for introductory and advanced walkthroughs on how to use PyTorch for deep learning: pytorch.org/tutorials/

    • @pavankumarcloud363
      @pavankumarcloud363 4 ปีที่แล้ว

      @@PyTorch thanks