Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-gorner committed Mar 22, 2019
1 parent f134d0f commit fde2007
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -7,6 +7,7 @@
"version": "0.3.2",
"provenance": [],
"collapsed_sections": [],
"toc_visible": true,
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -54,7 +55,7 @@
"tf.enable_eager_execution()\n",
"print(\"Tensorflow version: \" + tf.__version__)"
],
"execution_count": 1,
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -193,7 +194,7 @@
"picture_this_1(data, DATA_SEQ_LEN)\n",
"DATA_LEN = DATA_SEQ_LEN * 4 # since we concatenated 4 sequences"
],
"execution_count": 3,
"execution_count": 0,
"outputs": [
{
"output_type": "display_data",
Expand Down Expand Up @@ -260,7 +261,7 @@
"source": [
"picture_this_2(data, BATCHSIZE, SEQLEN) # execute multiple times to see different sample sequences"
],
"execution_count": 11,
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -552,7 +553,7 @@
"\n",
"model_RNN = compile_keras_sequential_model(model_layers_RNN, \"RNN\")"
],
"execution_count": 52,
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
Expand Down

0 comments on commit fde2007

Please sign in to comment.