Skip to content

Commit 53423cf

Browse files
committed
update log
1 parent 22ed86a commit 53423cf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ Launch early 2022.
2020
| [00 - PyTorch Fundamentals](https://www.learnpytorch.io/00_pytorch_fundamentals/) | Many fundamental PyTorch operations used for deep learning and neural networks. | [Go to exercises & extra-curriculum](https://www.learnpytorch.io/00_pytorch_fundamentals/#exercises) | [Go to slides](https://github.com/mrdbourke/pytorch-deep-learning/blob/main/slides/00_pytorch_and_deep_learning_fundamentals.pdf) |
2121
| [01 - PyTorch Workflow](https://www.learnpytorch.io/01_pytorch_workflow/) | Provides an outline for approaching deep learning problems and building neural networks with PyTorch. | [Go to exercises & extra-curriculum](https://www.learnpytorch.io/01_pytorch_workflow/#exercises) | [Go to slides](https://github.com/mrdbourke/pytorch-deep-learning/blob/main/slides/01_pytorch_workflow.pdf) |
2222
| [02 - PyTorch Neural Network Classification](https://www.learnpytorch.io/02_pytorch_classification/) | Uses the PyTorch workflow from 01 to go through a neural network classification problem. | [Go to exercises & extra-curriculum](https://www.learnpytorch.io/02_pytorch_classification/#exercises) | [Go to slides](https://github.com/mrdbourke/pytorch-deep-learning/blob/main/slides/02_pytorch_classification.pdf) |
23-
| [03 - PyTorch Computer Vision](https://www.learnpytorch.io/03_pytorch_computer_vision/) | Let's see how PyTorch can be used for computer vision problems using the same workflow from 01 & 02. | Go to exercises & extra-curriculum | Go to slides |
24-
| Coming soon: 04 - PyTorch Custom Datasets | How do you load a custom dataset into PyTorch? Also we'll be laying the foundations in this notebook for our modular code (covered in 05). | Go to exercises & extra-curriculum | Go to slides |
23+
| [03 - PyTorch Computer Vision](https://www.learnpytorch.io/03_pytorch_computer_vision/) | Let's see how PyTorch can be used for computer vision problems using the same workflow from 01 & 02. | [Go to exercises & extra-curriculum](https://www.learnpytorch.io/03_pytorch_computer_vision/#exercises) | Go to slides |
24+
| [04 - PyTorch Custom Datasets](https://www.learnpytorch.io/04_pytorch_custom_datasets/) | How do you load a custom dataset into PyTorch? Also we'll be laying the foundations in this notebook for our modular code (covered in 05). | Go to exercises & extra-curriculum | Go to slides |
2525
| Coming soon: 05 - Going modular | PyTorch is designed to be modular, let's turn what we've created into a series of Python scripts (this is how you'll often find PyTorch code in the wild). | Go to exercises & extra-curriculum | Go to slides |
2626
| Coming soon: 06 - PyTorch Transfer Learning | Let's take a well performing pre-trained model and adjust it to one of our own problems. | Go to exercises & extra-curriculum | Go to slides |
2727
| Coming soon: 07 - Milestone Project 1: PyTorch Experiment Tracking | We've built a bunch of models... wouldn't it be good to track how they're all going? | Go to exercises & extra-curriculum | Go to slides |
2828
| Coming soon: 08 - Milestone Project 2: PyTorch Paper Replicating | PyTorch is the most popular deep learning framework for machine learning research, let's see why by replicating a machine learning paper. | Go to exercises & extra-curriculum | Go to slides |
29+
| Coming soon: 09 - Milestone Project 3: Model deployment | So you've built a working PyTorch model... how do you get it in the hands of others? Hint: deploy it to the internet. | Go to exercises & extra-curriculum | Go to slides |
2930

3031
### Old outline version (will update this if necessary)
3132

@@ -50,19 +51,20 @@ code/
5051
6. PyTorch transfer learning - Let's improve upon the models we've built ourselves using transfer learning.
5152
7. PyTorch experiment tracking - We've built a bunch of models... wouldn't it be good to track how they're all going?
5253
8. PyTorch paper replicating - Let's see why PyTorch is the most popular deep learning framework for machine learning research by replicating a machine learning research paper with it.
54+
9. PyTorch model deployment - How do you get your PyTorch models in the hands of others?
5355

5456
Each notebook will teach a maximum of 3 big ideas.
5557

5658
## Status
5759

58-
* **Working on:** exercises and solutions for notebook 03, 04
60+
* **Working on:** exercises and solutions for notebook 04
5961
* **Total video count:** 90
60-
* **Next:** annotate notebooks 03, 04, 05 with text then make slides and images
62+
* **Next:** finish exericses/solutions for 04, then record videos for 03, 04
6163
* **Done skeleton code for:** 00, 01, 02, 03, 04, 05, 06, 07
6264
* **Done annotations (text) for:** 00, 01, 02, 03, 04
6365
* **Done images for:** 00, 01, 02, 03, 04
6466
* **Done keynotes for:** 00, 01, 02, 03
65-
* **Done exercises and solutions for:** 00, 01, 02
67+
* **Done exercises and solutions for:** 00, 01, 02, 03
6668
* **Done vidoes for:** 00, 01, 02
6769

6870
## TODO
@@ -81,6 +83,7 @@ High-level overview of things to do:
8183

8284
Almost daily updates of what's happening.
8385

86+
* 16 Apr 2022 - finish exercises/solutions for 03, added live-coding walkthrough of 03 exercises/soltuons YouTube: https://youtu.be/_PibmqpEyhA
8487
* 14 Apr 2022 - add final images/annotations for 04, begin on exercises/solutions for 03 & 04
8588
* 13 Apr 2022 - add more images/annotations for 04
8689
* 3 Apr 2022 - add more annotations for 04

0 commit comments

Comments
 (0)