Skip to content

Commit a40ac42

Browse files
Update src/layers/basic.jl
Co-authored-by: Brian Chen <[email protected]>
1 parent ea148c0 commit a40ac42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ _show_layers(io, layers::AbstractVector) = (print(io, "["); join(io, layers, ",
119119
"""
120120
activations(c::Chain, input)
121121
122-
Calculates the forward results of each layers in Chain `c` with `input` as model input.
122+
Like calling a `Chain`, but saves the result of each layer as an output.
123123
124124
# Examples
125125

0 commit comments

Comments
 (0)