Skip to content

Commit 4bb0445

Browse files
committed
Update image
1 parent 43048ce commit 4bb0445

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

manuscript/04.first-neural-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ net = Net(X_train.shape[1])
187187
ann_viz(net, view=False)
188188
```
189189

190-
![svg](images/pytorch-03/04.first-neural-network_27_0.svg)
190+
![svg](images/pytorch-03/04.first-neural-network_27_0.png)
191191

192192
We start by creating the layers of our model in the constructor. The `forward()` method is where the magic happens. It accepts the input `x` and allows it to flow through each layer.
193193

264 KB
Loading

0 commit comments

Comments
 (0)