Skip to content

Commit a7b8b23

Browse files
committed
fix readme
1 parent 6023b3e commit a7b8b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ layer = list(
150150
151151
```
152152

153-
Next, we create a neural network that takes as input a `lazy_tensor` (`po("torch_ingress_num")`).
153+
Next, we create a neural network that takes as input a `lazy_tensor` (`po("torch_ingress_ltnsr")`).
154154
It first applies a linear layer and then repeats the above layer using the special `PipeOpTorchBlock`, followed by the network's head.
155155
After that, we configure the loss, optimizer and the training parameters.
156156
Note that `po("nn_linear_0")` is equivalent to `po("nn_linear", id = "nn_linear_0")` and we need this here to avoid ID clashes with the linear layer from `po("nn_block")`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ layer = list(
161161
```
162162

163163
Next, we create a neural network that takes as input a `lazy_tensor`
164-
(`po("torch_ingress_num")`). It first applies a linear layer and then
164+
(`po("torch_ingress_ltnsr")`). It first applies a linear layer and then
165165
repeats the above layer using the special `PipeOpTorchBlock`, followed
166166
by the network’s head. After that, we configure the loss, optimizer and
167167
the training parameters. Note that `po("nn_linear_0")` is equivalent to

0 commit comments

Comments
 (0)