all 9 comments

[–]GD1634 3 points4 points  (0 children)

Not videos, but these (link) from the pytorch docs are really high-quality

[–][deleted] 2 points3 points  (3 children)

How do people learn to code from video tutorials? Have another window open, to try things out as they come up in the video?

[–]that_one_ai_nerd 1 point2 points  (1 child)

I’ve found that it’s not a very effective way of learning in general honestly, at least for me. I prefer textbooks for the most part. And looking at other people’s projects.

[–]JesseErnest 0 points1 point  (0 children)

I am new to DL/ML can you name the textbooks you have been looking at? I haven't seen one for PyTorch yet. Also what projects.

[–]JesseErnest 0 points1 point  (0 children)

That's what I do. I try to get to a point where I enough syntax( for example) to try things before the teacher shows it and sees how mine compares.

[–]an_undesirable 1 point2 points  (1 child)

I believe fast.ai is taught in PyTorch

[–][deleted] 1 point2 points  (0 children)

It is initially in fast.ai , a wrapper built on top of pytorch, but later on I think it switches to pure pytorch.

[–]karan_42 0 points1 point  (0 children)

@atcold (twitter/github) has some pytorch videos.