Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Sep 9, 2024
1 parent 1ca75a9 commit 41c5bb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/1-star-trek-titles-RNN-basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"metadata": {
"scrolled": true
},
Expand Down Expand Up @@ -231,7 +231,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -258,7 +258,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -431,7 +431,7 @@
"outputs": [],
"source": [
"# Sample 1000 characters from the decoding model using a random seed from the vocabulary.\n",
"generated = generate_text_segment(500, diversity=1.0, generating_model = model_dec, input_sequence_length = 1)\n",
"generated = generate_text_segment(1000, diversity=1.0, generating_model = model_dec, input_sequence_length = 1)\n",
"sys.stdout.write(generated)\n",
"print()"
]
Expand Down

0 comments on commit 41c5bb4

Please sign in to comment.