Loved the course!! What to do next to get updated to 2026 #1369
Replies: 1 comment
|
The course is not obsolete. The parts that matter most — tensors, autograd, A practical 2025/26 bridge would be:
For an LLM-focused path, for example, I would do: current PyTorch refresher → Hugging Face Transformers/course → fine-tune a small open model with LoRA → create a held-out evaluation set → serve it locally and measure latency/memory. Avoid jumping straight to training a large model from scratch. A good readiness check is whether you can explain and implement, without copying a notebook:
If you can do those, the next step is projects and specialization, not another beginner course. Also, install commands change with hardware/CUDA versions, so use PyTorch's current Get Started selector rather than an old pinned command. |
Uh oh!
There was an error while loading. Please reload this page.
New here, loved this course but it was made in 2022 what should i learn next to get updated to 2025/26 ai ml?
would be glad if someone could help
All reactions