Skip to content

Commit 6869565

Browse files
committed
added references to state_dict and libtorch pages from the root README
1 parent 6976b57 commit 6869565

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ with Python and machine learning.
77
Our approach is inspired by a classical book,
88
[The Little Schemer](http://www.ccs.neu.edu/home/matthias/BTLS/index.html).
99

10-
For now, there is only one chapter here, [MNIST example dissected](mnist/)
10+
For now, there are only a few documents here:
11+
12+
* [MNIST example dissected](mnist/) (only the first two chapters finished)
13+
* [Anatomy of the serialized MNIST model](load/state_dict.ipynb)
14+
* [libtorch classes and code generation](libtorch/1_libtorch_classes.md)

mnist/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Explore the components of the
55

66
* Part 1: [Loading the data](1_mnist_load.ipynb)
77
* Part 2: [Model components and forward propagation](2_mnist_model.ipynb)
8-
* Part 3: [Autodiff and backpropagation](3_mnist_backprop.ipynb)
9-
* Part 4: [Training the model](4_mnist_train.ipynb)
10-
* Part 5: [Visualizing the results](5_mnist_visualize.ipynb)
8+
* ~Part 3: [Autodiff and backpropagation](3_mnist_backprop.ipynb)~
9+
* ~Part 4: [Training the model](4_mnist_train.ipynb)~
10+
* ~Part 5: [Visualizing the results](5_mnist_visualize.ipynb)~

0 commit comments

Comments
 (0)