Skip to content

Commit

Permalink
Update docs/src/full tutorials/Spam Detection with RNNs/SMS.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Blaom, PhD <[email protected]>
  • Loading branch information
EssamWisam and ablaom authored Jun 7, 2024
1 parent e86009d commit e1a2d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/full tutorials/Spam Detection with RNNs/SMS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct Intify end
Flux.@layer Intify
(m::Intify)(x) = Int.(x)

# Here we define out network:
# Here we define our network:
builder = MLJFlux.@builder begin
Chain(
Intify(), # Cast input to integer
Expand Down

0 comments on commit e1a2d6f

Please sign in to comment.