Skip to content

Commit

Permalink
Merge pull request #8 from alandplm/master
Browse files Browse the repository at this point in the history
Import of generator_pb2 in Jupyter Notebook of Chapter 02
  • Loading branch information
dubreuia authored Jul 27, 2020
2 parents 25634af + 407c755 commit d709408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Chapter02/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@
}
],
"source": [
"from magenta.protobuf import generator_pb2\n",
"\n",
"# The generator interface is common for all models\n",
"generator_options = generator_pb2.GeneratorOptions()\n",
"\n",
Expand Down Expand Up @@ -319,4 +321,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit d709408

Please sign in to comment.