Skip to content

Commit 2f2e8ef

Browse files
author
Dibyendu Majumdar
committed
Add optim doc
1 parent cc72b25 commit 2f2e8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/t7optimintro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ It will look something like this:
148148
### Training ###
149149

150150
Now that we have created our model, our training set, and prepared the flattened network parameters, we can train using `optim`.
151-
`optim` provides [various training algorithms](doc/index.md).
152-
We will use the stochastic gradient descent algorithm [SGD](doc/index.md#x-sgdopfunc-x-state).
151+
`optim` provides [various training algorithms](doc/t7optimalgos.md).
152+
We will use the stochastic gradient descent algorithm [SGD](doc/t7optimalgos.md#x-sgdopfunc-x-state).
153153
We need to provide the learning rate, via an optimization state table:
154154

155155
```lua

0 commit comments

Comments
 (0)