|
4 | 4 | "metadata": { |
5 | 5 | "colab": { |
6 | 6 | "provenance": [], |
7 | | - "authorship_tag": "ABX9TyNTldFSpzuKRRHsnd55P/V9", |
| 7 | + "authorship_tag": "ABX9TyOosOaEUSAErnOHtLT/M4vB", |
8 | 8 | "include_colab_link": true |
9 | 9 | }, |
10 | 10 | "kernelspec": { |
|
28 | 28 | }, |
29 | 29 | { |
30 | 30 | "cell_type": "code", |
31 | | - "execution_count": 1, |
| 31 | + "execution_count": null, |
32 | 32 | "metadata": { |
33 | 33 | "colab": { |
34 | 34 | "base_uri": "https://localhost:8080/" |
35 | 35 | }, |
36 | | - "id": "vXybH_yceYG9", |
37 | | - "outputId": "2837531a-7550-45ce-f5ee-05324a11ed69" |
| 36 | + "id": "icDnYDhCguWA", |
| 37 | + "outputId": "19f16527-5eb9-493b-bc69-e02abfbe0962" |
38 | 38 | }, |
39 | 39 | "outputs": [ |
40 | 40 | { |
|
44 | 44 | "Cloning into 'models'...\n", |
45 | 45 | "remote: Enumerating objects: 102123, done.\u001b[K\n", |
46 | 46 | "remote: Counting objects: 100% (257/257), done.\u001b[K\n", |
47 | | - "remote: Compressing objects: 100% (134/134), done.\u001b[K\n", |
48 | | - "remote: Total 102123 (delta 171), reused 123 (delta 123), pack-reused 101866 (from 3)\u001b[K\n", |
49 | | - "Receiving objects: 100% (102123/102123), 629.39 MiB | 36.58 MiB/s, done.\n", |
50 | | - "Resolving deltas: 100% (72773/72773), done.\n" |
| 47 | + "remote: Compressing objects: 100% (132/132), done.\u001b[K\n", |
| 48 | + "remote: Total 102123 (delta 172), reused 125 (delta 125), pack-reused 101866 (from 3)\u001b[K\n", |
| 49 | + "Receiving objects: 100% (102123/102123), 629.39 MiB | 26.46 MiB/s, done.\n", |
| 50 | + "Resolving deltas: 100% (72763/72763), done.\n" |
51 | 51 | ] |
52 | 52 | } |
53 | 53 | ], |
|
68 | 68 | "colab": { |
69 | 69 | "base_uri": "https://localhost:8080/" |
70 | 70 | }, |
71 | | - "id": "Ogsz_XV0eo3p", |
72 | | - "outputId": "efd0dae1-8d08-46c1-ad19-fef0acdd85a0" |
| 71 | + "id": "IVGsnvB0g9rO", |
| 72 | + "outputId": "32fcb4ea-558e-4ea6-ad2b-9e98b0684867" |
73 | 73 | }, |
74 | | - "execution_count": 2, |
| 74 | + "execution_count": null, |
75 | 75 | "outputs": [ |
76 | 76 | { |
77 | 77 | "output_type": "stream", |
|
93 | 93 | "cell_type": "code", |
94 | 94 | "source": [ |
95 | 95 | "import tensorflow as tf\n", |
96 | | - "print(\"Tensorflow version:\", tf.__version__)" |
| 96 | + "print(\"Tensorflow version\",tf.__version__)" |
97 | 97 | ], |
98 | 98 | "metadata": { |
99 | 99 | "colab": { |
100 | 100 | "base_uri": "https://localhost:8080/" |
101 | 101 | }, |
102 | | - "id": "guGNF5JrfOau", |
103 | | - "outputId": "fceb962c-7d02-42e3-d998-796dd371d74f" |
| 102 | + "id": "kmQuUrsThdsK", |
| 103 | + "outputId": "43585332-1bf7-4395-e895-0d946efc52b7" |
104 | 104 | }, |
105 | | - "execution_count": 3, |
| 105 | + "execution_count": null, |
106 | 106 | "outputs": [ |
107 | 107 | { |
108 | 108 | "output_type": "stream", |
109 | 109 | "name": "stdout", |
110 | 110 | "text": [ |
111 | | - "Tensorflow version: 2.18.0\n" |
| 111 | + "Tensorflow version 2.18.0\n" |
112 | 112 | ] |
113 | 113 | } |
114 | 114 | ] |
|
0 commit comments