Skip to content

Commit

Permalink
Update docs/src/training_tips/multiple_nn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1Bhatt committed Jun 21, 2022
1 parent 64aa699 commit 14d9ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/training_tips/multiple_nn.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ For example, the `p1` portion is `p.p1`, which is why the
first neural network's evolution is written like `NN_1([v,w], p.p1)`.

This method is flexible to use with many optimizers and in fairly
optimized ways. The allocations can be reduced by using `@view p.p1`.
optimized ways.
We can also see with the `scaling_factor` that we can grab parameters
directly out of the vector and use them as needed.

0 comments on commit 14d9ee6

Please sign in to comment.