PyTorch Lightning #6 - Code Structure

Поделиться
HTML-код
  • Опубликовано: 14 мар 2023
  • ❤️ Support the channel ❤️
    / @aladdinpersson
    Paid Courses I recommend for learning (affiliate links, no extra cost for you):
    ⭐ Machine Learning Specialization bit.ly/3hjTBBt
    ⭐ Deep Learning Specialization bit.ly/3YcUkoI
    📘 MLOps Specialization bit.ly/3wibaWy
    📘 GAN Specialization bit.ly/3FmnZDl
    📘 NLP Specialization bit.ly/3GXoQuP
    ✨ Free Resources that are great:
    NLP: web.stanford.edu/class/cs224n/
    CV: cs231n.stanford.edu/
    Deployment: fullstackdeeplearning.com/
    FastAI: www.fast.ai/
    💻 My Deep Learning Setup and Recording Setup:
    www.amazon.com/shop/aladdinpe...
    GitHub Repository:
    github.com/aladdinpersson/Mac...
    ✅ One-Time Donations:
    Paypal: bit.ly/3buoRYH
    ▶️ You Can Connect with me on:
    Twitter - / aladdinpersson
    LinkedIn - / aladdin-persson-a95384153
    Github - github.com/aladdinpersson

Комментарии • 7

  • @EricDongh2p
    @EricDongh2p Год назад +1

    For config management I recommend using hydra instead, it's very nice and easy to create scalable configs

  • @PhantomKenTen
    @PhantomKenTen Год назад

    Very good work, I avoided Pytorch Lightning for a while, but you have convenience me it's worth using.

  • @andy6224
    @andy6224 Год назад

    Thanks for your excellent work and I am really in favor of your nvim theme, it's really cool😀

  • @pradeepbansal23
    @pradeepbansal23 Месяц назад

    Can we use PEFT or LORA with Pytorch Lightning ?

  • @user-bw7gh3vq6q
    @user-bw7gh3vq6q 3 месяца назад

    You should make a video what kind of nvim editor and plugins you use

  • @adityagangane797
    @adityagangane797 Год назад

    works guys

  • @kachrooabhishek
    @kachrooabhishek Год назад

    mine o/p is of shape [32], as the batch_size is 32 but the model returned the shape [32,66] , where 66 is the num_classes and because of that am Unable to calculate the loss.
    any idea how to solve it