Skip to content

Commit a193a67

Browse files
committed
stylistic tweak
1 parent 7099d3e commit a193a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/new-guides/preprocessing_layers.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ cat("Encoded text:\n",
432432
as.array(text_vectorizer("The Brain is deeper than the sea")))
433433
434434
# Create a simple model
435-
input = layer_input(shape(NULL), dtype="int64")
435+
input <- layer_input(shape(NULL), dtype="int64")
436436
437437
output <- input %>%
438438
layer_embedding(input_dim = text_vectorizer$vocabulary_size(),

0 commit comments

Comments
 (0)