Lesson 16: Deep Learning Foundations to Stable Diffusion

  Рет қаралды 9,568

Jeremy Howard

Jeremy Howard

Күн бұрын

Пікірлер: 11
@JohnSmith-he5xg
@JohnSmith-he5xg Жыл бұрын
First, wanted to say I really appreciate you putting all this content out. I'm incredibly relieved that at 4:30 you've broken the run_cbs() function out into multiple lines. If I had to offer a criticism of the coding so far it would be that you really emphasize being terse. This combined with using a lot of Python specific language features can make things tough to follow. Starting with simple, but verbose code might be better from a learning perspective, then subsequently re-writing. Again, really like the content!
@myfolder4561
@myfolder4561 5 күн бұрын
A huge thank you - this is really useful and insightful. Not a lot of people out there talk about ways to look inside the model while it's being trained let alone practical advice on how/when to intervene training when neurons are becoming dead or going haywire. Wish I had seen this one by Jeremy earlier to save me from much troubles.
@michaelmuller136
@michaelmuller136 Ай бұрын
Awesome, this helps with getting a better understanding of python, pytorch and fastai, thank you very much!
@grekiki
@grekiki 6 ай бұрын
At 1:23:20 the only reason things seem to be improving, is that you are plotting activations of validation batches.
@giorda77
@giorda77 13 күн бұрын
This lesson is so good. It was hard at first but after watching several times, experimenting with code and creating Anki cards for the penny drop moments I feel so much more confident to continue P2. Thank you all for the amazing lectures.
@howardjeremyp
@howardjeremyp 11 күн бұрын
Great to hear!
@VolodymyrBilyachat
@VolodymyrBilyachat Ай бұрын
Another way to debug code is to run notebooks inside of VSCode and just run debug cell.
@ekbastu
@ekbastu Жыл бұрын
GOD mode activated
@ankithsavio2328
@ankithsavio2328 4 күн бұрын
At 43:00 can you explain how this particular implementation of momentum does the other weighted average (1 - self.mom) for the next set of gradients
@giorda77
@giorda77 3 күн бұрын
Because, by default, pytorch accumulates the gradients. Calling zero_grad by default purges the gradients. Jeremy here overwrites the default method to retain self. mom amount (default .85) across batches. For ref Lesson 18 has a very good intro using an Excel that dives into Momentum.
@myfolder4561
@myfolder4561 3 күн бұрын
Under the section on Hook, Hooks and Hookcallback, it seems a bit complicated how the hook function (such as append_stats) gets modified within nested partial structure, first in Hookcallback, then in Hook, before it's passed to the torch API register_forward_hook(). Is it a common approach or is there a way to simplify/refactor without this nesting structure - what's best practice?
Lesson 17: Deep Learning Foundations to Stable Diffusion
1:56:33
Jeremy Howard
Рет қаралды 9 М.
Stable Diffusion in Code (AI Image Generation) - Computerphile
16:56
Computerphile
Рет қаралды 292 М.
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 104 МЛН
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 53 МЛН
Cute
00:16
Oyuncak Avı
Рет қаралды 12 МЛН
Lesson 19: Deep Learning Foundations to Stable Diffusion
1:30:03
Jeremy Howard
Рет қаралды 9 М.
Lesson 11 2022: Deep Learning Foundations to Stable Diffusion
1:48:17
Jeremy Howard
Рет қаралды 22 М.
Lesson 15: Deep Learning Foundations to Stable Diffusion
1:37:18
Jeremy Howard
Рет қаралды 12 М.
Diffusion Models - Live Coding Tutorial
1:24:06
dtransposed
Рет қаралды 23 М.
Lesson 23: Deep Learning Foundations to Stable Diffusion
1:40:56
Jeremy Howard
Рет қаралды 6 М.
Lesson 10: Deep Learning Foundations to Stable Diffusion, 2022
1:49:14
Lesson 20: Deep Learning Foundations to Stable Diffusion
1:45:42
Jeremy Howard
Рет қаралды 8 М.
Lesson 18: Deep Learning Foundations to Stable Diffusion
2:05:57
Jeremy Howard
Рет қаралды 9 М.
Lesson 9: Deep Learning Foundations to Stable Diffusion
2:15:16
Jeremy Howard
Рет қаралды 145 М.
Lesson 25: Deep Learning Foundations to Stable Diffusion
1:38:26
Jeremy Howard
Рет қаралды 7 М.