Skip to content

Commit

Permalink
Merge pull request tensorflow#1306 from birkanatici:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 286917042
  • Loading branch information
copybara-github committed Dec 23, 2019
2 parents 72677ae + 5e06547 commit e1a844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/text/image_captioning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
"BUFFER_SIZE = 1000\n",
"embedding_dim = 256\n",
"units = 512\n",
"vocab_size = len(tokenizer.word_index) + 1\n",
"vocab_size = top_k + 1\n",
"num_steps = len(img_name_train) // BATCH_SIZE\n",
"# Shape of the vector extracted from InceptionV3 is (64, 2048)\n",
"# These two variables represent that vector shape\n",
Expand Down

0 comments on commit e1a844e

Please sign in to comment.