|
56 | 56 | " <a target=\"_blank\" href=\"https://www.tensorflow.org/io/tutorials/avro\"><img src=\"https://www.tensorflow.org/images/tf_logo_32px.png\" />View on TensorFlow.org</a>\n",
|
57 | 57 | " </td>\n",
|
58 | 58 | " <td>\n",
|
59 |
| - " <a target=\"_blank\" href=\"https://colab.research.google.com/github/burgerkingeater/io/blob/tutorial/docs/tutorials/avro.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n", |
| 59 | + " <a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/io/blob/tutorial/docs/tutorials/avro.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n", |
60 | 60 | " </td>\n",
|
61 | 61 | " <td>\n",
|
62 |
| - " <a target=\"_blank\" href=\"https://github.com/burgerkingeater/io/blob/tutorial/docs/tutorials/avro.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n", |
| 62 | + " <a target=\"_blank\" href=\"https://github.com/tensorflow/io/blob/tutorial/docs/tutorials/avro.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n", |
63 | 63 | " </td>\n",
|
64 | 64 | " <td>\n",
|
65 | 65 | " <a href=\"https://storage.googleapis.com/tensorflow_docs/io/docs/tutorials/avro.ipynb\"><img src=\"https://www.tensorflow.org/images/download_logo_32px.png\" />Download notebook</a>\n",
|
|
136 | 136 |
|
137 | 137 | ],
|
138 | 138 | "source": [
|
139 |
| - "!curl -OL https://github.com/burgerkingeater/io/raw/tutorial/docs/tutorials/avro/mnist.avron", |
| 139 | + "!curl -OL https://github.com/tensorflow/io/raw/tutorial/docs/tutorials/avro/mnist.avron", |
140 | 140 | "!ls -l mnist.avro"
|
141 | 141 | ]
|
142 | 142 | },
|
|
164 | 164 |
|
165 | 165 | ],
|
166 | 166 | "source": [
|
167 |
| - "!curl -OL https://github.com/burgerkingeater/io/raw/tutorial/docs/tutorials/avro/mnist.avsc\n", |
| 167 | + "!curl -OL https://github.com/tensorflow/io/raw/tutorial/docs/tutorials/avro/mnist.avsc\n", |
168 | 168 | "!ls -l mnist.avsc"
|
169 | 169 | ]
|
170 | 170 | },
|
|
208 | 208 | "source": [
|
209 | 209 | "In the above example, The avro file `mnist.avro` has 3 fields for each record: `features`, which is an array of int, `label`, an int, and `dataType`, an enum. Here is a sample record from `mnist.avro`\n",
|
210 | 210 | "<table class=\"avro-record-sample\" align=\"center\">\n",
|
211 |
| - " <td> <a target=\"_blank\"><img src=\"https://github.com/burgerkingeater/io/raw/tutorial/docs/tutorials/avro/one_record_in_mnist.png\">first record in mnist.avro</a>\n", |
| 211 | + " <td> <a target=\"_blank\"><img src=\"https://github.com/tensorflow/io/raw/tutorial/docs/tutorials/avro/one_record_in_mnist.png\">first record in mnist.avro</a>\n", |
212 | 212 | " </td>\n",
|
213 | 213 | "</table>\n",
|
214 | 214 | "And the schema of `mnist.avro` which is represented by `mnist.avsc` is \n",
|
215 | 215 | "<table class=\"avro-schema\" align=\"center\">\n",
|
216 |
| - " <td> <a target=\"_blank\"><img src=\"https://github.com/burgerkingeater/io/raw/tutorial/docs/tutorials/avro/avro_schema.png\" width=\"300\" height=\"300\">the schema of mnist.avro</a>\n", |
| 216 | + " <td> <a target=\"_blank\"><img src=\"https://github.com/tensorflow/io/raw/tutorial/docs/tutorials/avro/avro_schema.png\" width=\"300\" height=\"300\">the schema of mnist.avro</a>\n", |
217 | 217 | " </td>\n",
|
218 | 218 | "</table>\n"
|
219 | 219 | ]
|
|
270 | 270 | "id": "IF_kYz_o2DH4"
|
271 | 271 | },
|
272 | 272 | "source": [
|
273 |
| - "A comprehensive set of examples is provided within <a target=\"_blank\" href=\"https://github.com/tensorflow/io/blob/master/tests/test_parse_avro_eager.py#L580r\">the tests</a>\n" |
| 273 | + "A comprehensive set of examples of Avro dataset API is provided within <a target=\"_blank\" href=\"https://github.com/tensorflow/io/blob/master/tests/test_parse_avro_eager.py#L580r\">the tests</a>\n" |
274 | 274 | ]
|
275 | 275 | }
|
276 | 276 | ],
|
|
0 commit comments