Custom data generator in python for training different Deep Learning models Pt-1

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 13

  • @nickfausti6194
    @nickfausti6194 4 роки тому +2

    Nice explanation of why data generators are useful!

  • @chocky_1874
    @chocky_1874 3 роки тому +1

    Bro, really Awsm. Gr8 Explanation. Thank You

  • @skynetpro549
    @skynetpro549 3 роки тому

    oh boi !! u are a life saver !!my ram was getting full all the time, thanks man for the solution

  • @rajabmur4311
    @rajabmur4311 3 роки тому +1

    thank you sir, this is really helpful

  • @kanishkabanerjee1350
    @kanishkabanerjee1350 3 роки тому

    Bro I have created a custom data generator as well before watching this video but every time I run the fit generator it gives me a different key error is this anything I’m doing wrong ? I’ve read the loaded images separately at those keys and there’s no issues

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

      Before passing the generator to the fit function, did you check by pulling out some samples whether the behaviour of generator is as expected. You can pull some sample using , sample=next(iter(gen_func))

  • @man_do
    @man_do 3 роки тому

    I liked it!

  • @YashRaj-yq8pj
    @YashRaj-yq8pj 4 роки тому

    Hello bhai