From 8c806ef5d0c38a43c46eaa4a90d007389f19fe25 Mon Sep 17 00:00:00 2001 From: Chyn <4056871+ChynCc@users.noreply.github.com> Date: Sat, 9 Nov 2024 06:14:13 +0800 Subject: [PATCH 1/2] Created using Colab --- tf_overview.ipynb | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tf_overview.ipynb diff --git a/tf_overview.ipynb b/tf_overview.ipynb new file mode 100644 index 0000000..992fa11 --- /dev/null +++ b/tf_overview.ipynb @@ -0,0 +1,48 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [], + "authorship_tag": "ABX9TyOqHGm2wpdXQ8XmpyiO0G2x", + "include_colab_link": true + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, + { + "cell_type": "markdown", + "source": [ + "# TF Overview\n" + ], + "metadata": { + "id": "UYTLgNSV1dmY" + } + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "F-LU2NeT1c53" + }, + "outputs": [], + "source": [] + } + ] +} \ No newline at end of file From fcbaeb866a0992dcfd24ea853a444b37d5e43477 Mon Sep 17 00:00:00 2001 From: Chyn <4056871+ChynCc@users.noreply.github.com> Date: Sat, 9 Nov 2024 06:14:43 +0800 Subject: [PATCH 2/2] Created using Colab --- tf_overview.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tf_overview.ipynb b/tf_overview.ipynb index 992fa11..7caf6d2 100644 --- a/tf_overview.ipynb +++ b/tf_overview.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyOqHGm2wpdXQ8XmpyiO0G2x", + "authorship_tag": "ABX9TyP8R0w28wmH6GotdaXsnaN0", "include_colab_link": true }, "kernelspec": { @@ -29,7 +29,9 @@ { "cell_type": "markdown", "source": [ - "# TF Overview\n" + "# TF Overview\n", + "\n", + "- TF Data API" ], "metadata": { "id": "UYTLgNSV1dmY"