Skip to content

Commit 2ef3c2b

Browse files
burgerkingeateri-ony
authored andcommitted
Add tutorial for avro dataset API (tensorflow#1250)
1 parent 399fc41 commit 2ef3c2b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/tutorials/avro.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,16 @@
138138
"metadata": {
139139
"id": "dX74RKfZ_TdF"
140140
},
141-
"outputs": [],
141+
"outputs": [
142+
{
143+
"name": "stdout",
144+
"output_type": "stream",
145+
"text": [
146+
"tensorflow-io version: 0.17.0\n",
147+
"tensorflow version: 2.4.0\n"
148+
]
149+
}
150+
],
142151
"source": [
143152
"print(\"tensorflow-io version: {}\".format(tfio.__version__))\n",
144153
"print(\"tensorflow version: {}\".format(tf.__version__))"

0 commit comments

Comments
 (0)