Lesson 12: Deep Learning Foundations to Stable Diffusion

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025

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

  • @giorda77
    @giorda77 7 หลายเดือนก่อน +1

    Lesson 11 and 12 should be called "Broadcasting:the missing semester." Great content @Jeremy Howard. Thanks again

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

    I can't express how amazing is that insight at 1:21:50 when Jeremy manipulates the dimensions in order to make the operation possible! I love this course so much!

  • @bemjaxide6594
    @bemjaxide6594 ปีที่แล้ว +8

    Great work Jeremy, the simplicity of your explanations reflect great knowledge...just awesome

  • @mathumble6684
    @mathumble6684 24 วันที่ผ่านมา

    1:31:00 the bs variable is never passe into the %timeit call at all, and a good practice also is to adopt using kwargs to avoid confusion

  • @mathumble6684
    @mathumble6684 25 วันที่ผ่านมา

    the original meaning of einstein notation in physics, only include the sum, it is pytorch that extended its meaning to have hanging un-summed elements.

  • @ziolkovy
    @ziolkovy ปีที่แล้ว

    Bug in 1:08:46?
    while performing a loop in one_update, let's say i == 2, we update X[2] based on already updated X[0] and X[1], so we don't treat all points the same way. Sure, it works but doesn't sound like it is mathematically correct. To solve we should either calculate all weights for all points and then perform updating phase. Or create a temporary 1500,2 tensor as a returned result and in parent scope call X = one_update(X)

    • @grekiki
      @grekiki 11 หลายเดือนก่อน

      Agreed, also helps to determine why the GPU implementation doesn't quite give the same results as the CPU one.

  • @krzysztofwos1856
    @krzysztofwos1856 ปีที่แล้ว

    The meanshift algorithm that picks only the closest point would be equivalent to the mean field approximation often used in physics-based animation.

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

    I am happy to know that Jeremy is a fellow lefty

  • @SarisKiattithapanayong-hx3dw
    @SarisKiattithapanayong-hx3dw 7 หลายเดือนก่อน

    how can you make MAC book using CUDa?

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

    Does somebody know which tool is Jeremy using to draw onto the screen?