Skip to content

Commit 7367d49

Browse files
authored
Merge pull request #4677 from lamberta/fix-colab-links
Fix colab links, close license form
2 parents c308c03 + 30fa02a commit 7367d49

File tree

7 files changed

+132
-28
lines changed

7 files changed

+132
-28
lines changed

samples/core/get_started/_index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"cell_type": "markdown",
7171
"source": [
7272
"<table class=\"tfo-notebook-buttons\" align=\"left\"><td>\n",
73-
"<a target=\"_blank\" href=\"https://colab.sandbox.google.com/github/tensorflow/models/blob/master/samples/core/get_started/_index.ipynb\">\n",
73+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/_index.ipynb\">\n",
7474
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /><span>Run in Google Colab</span></a> \n",
7575
"</td><td>\n",
7676
"<a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/samples/core/get_started/_index.ipynb\"><img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /><span>View source on GitHub</span></a></td></table>"
@@ -83,7 +83,7 @@
8383
},
8484
"cell_type": "markdown",
8585
"source": [
86-
"This is a [Google Colaboratory](https://colab.sandbox.google.com/notebooks/welcome.ipynb) notebook file. Python programs are run directly in the browser—a great way to learn and use TensorFlow. To run the Colab notebook:\n",
86+
"This is a [Google Colaboratory](https://colab.research.google.com/notebooks/welcome.ipynb) notebook file. Python programs are run directly in the browser—a great way to learn and use TensorFlow. To run the Colab notebook:\n",
8787
"\n",
8888
"1. Connect to a Python runtime: At the top-right of the menu bar, select *CONNECT*.\n",
8989
"2. Run all the notebook code cells: Select *Runtime* > *Run all*.\n",

samples/core/get_started/basic_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"cell_type": "markdown",
115115
"source": [
116116
"<table class=\"tfo-notebook-buttons\" align=\"left\"><td>\n",
117-
"<a target=\"_blank\" href=\"https://colab.sandbox.google.com/github/tensorflow/models/blob/master/samples/core/get_started/basic_classification.ipynb\">\n",
117+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/basic_classification.ipynb\">\n",
118118
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /><span>Run in Google Colab</span></a> \n",
119119
"</td><td>\n",
120120
"<a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/samples/core/get_started/basic_classification.ipynb\"><img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /><span>View source on GitHub</span></a></td></table>\n"

samples/core/get_started/basic_regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"cell_type": "markdown",
103103
"source": [
104104
"<table class=\"tfo-notebook-buttons\" align=\"left\"><td>\n",
105-
"<a target=\"_blank\" href=\"https://colab.sandbox.google.com/github/tensorflow/models/blob/master/samples/core/get_started/basic_regression.ipynb\">\n",
105+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/basic_regression.ipynb\">\n",
106106
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /><span>Run in Google Colab</span></a> \n",
107107
"</td><td>\n",
108108
"<a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/samples/core/get_started/basic_regression.ipynb\"><img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /><span>View source on GitHub</span></a></td></table>"

samples/core/get_started/basic_text_classification.ipynb

Lines changed: 125 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"colab": {
66
"name": "basic-text-classification.ipynb",
77
"version": "0.3.2",
8+
"views": {},
9+
"default_view": {},
810
"provenance": [],
911
"private_outputs": true,
1012
"collapsed_sections": [],
@@ -30,7 +32,13 @@
3032
"metadata": {
3133
"id": "ioaprt5q5US7",
3234
"colab_type": "code",
33-
"colab": {}
35+
"colab": {
36+
"autoexec": {
37+
"startup": false,
38+
"wait_interval": 0
39+
}
40+
},
41+
"cellView": "form"
3442
},
3543
"cell_type": "code",
3644
"source": [
@@ -53,7 +61,13 @@
5361
"metadata": {
5462
"id": "yCl0eTNH5RS3",
5563
"colab_type": "code",
56-
"colab": {}
64+
"colab": {
65+
"autoexec": {
66+
"startup": false,
67+
"wait_interval": 0
68+
}
69+
},
70+
"cellView": "form"
5771
},
5872
"cell_type": "code",
5973
"source": [
@@ -100,7 +114,7 @@
100114
"cell_type": "markdown",
101115
"source": [
102116
"<table class=\"tfo-notebook-buttons\" align=\"left\"><td>\n",
103-
"<a target=\"_blank\" href=\"https://colab.sandbox.google.com/github/tensorflow/models/blob/master/samples/core/get_started/basic_text_classification.ipynb\">\n",
117+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/basic_text_classification.ipynb\">\n",
104118
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /><span>Run in Google Colab</span></a> \n",
105119
"</td><td>\n",
106120
"<a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/samples/core/get_started/basic_text_classification.ipynb\"><img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /><span>View source on GitHub</span></a></td></table>"
@@ -125,7 +139,12 @@
125139
"metadata": {
126140
"id": "2ew7HTbPpCJH",
127141
"colab_type": "code",
128-
"colab": {}
142+
"colab": {
143+
"autoexec": {
144+
"startup": false,
145+
"wait_interval": 0
146+
}
147+
}
129148
},
130149
"cell_type": "code",
131150
"source": [
@@ -157,7 +176,12 @@
157176
"metadata": {
158177
"id": "zXXx5Oc3pOmN",
159178
"colab_type": "code",
160-
"colab": {}
179+
"colab": {
180+
"autoexec": {
181+
"startup": false,
182+
"wait_interval": 0
183+
}
184+
}
161185
},
162186
"cell_type": "code",
163187
"source": [
@@ -194,7 +218,12 @@
194218
"metadata": {
195219
"id": "y8qCnve_-lkO",
196220
"colab_type": "code",
197-
"colab": {}
221+
"colab": {
222+
"autoexec": {
223+
"startup": false,
224+
"wait_interval": 0
225+
}
226+
}
198227
},
199228
"cell_type": "code",
200229
"source": [
@@ -217,7 +246,12 @@
217246
"metadata": {
218247
"id": "QtTS4kpEpjbi",
219248
"colab_type": "code",
220-
"colab": {}
249+
"colab": {
250+
"autoexec": {
251+
"startup": false,
252+
"wait_interval": 0
253+
}
254+
}
221255
},
222256
"cell_type": "code",
223257
"source": [
@@ -240,7 +274,12 @@
240274
"metadata": {
241275
"id": "X-6Ii9Pfx6Nr",
242276
"colab_type": "code",
243-
"colab": {}
277+
"colab": {
278+
"autoexec": {
279+
"startup": false,
280+
"wait_interval": 0
281+
}
282+
}
244283
},
245284
"cell_type": "code",
246285
"source": [
@@ -265,7 +304,12 @@
265304
"metadata": {
266305
"id": "tr5s_1alpzop",
267306
"colab_type": "code",
268-
"colab": {}
307+
"colab": {
308+
"autoexec": {
309+
"startup": false,
310+
"wait_interval": 0
311+
}
312+
}
269313
},
270314
"cell_type": "code",
271315
"source": [
@@ -301,7 +345,12 @@
301345
"metadata": {
302346
"id": "s_OqxmH6-lkn",
303347
"colab_type": "code",
304-
"colab": {}
348+
"colab": {
349+
"autoexec": {
350+
"startup": false,
351+
"wait_interval": 0
352+
}
353+
}
305354
},
306355
"cell_type": "code",
307356
"source": [
@@ -334,7 +383,12 @@
334383
"metadata": {
335384
"id": "2jQv-omsHurp",
336385
"colab_type": "code",
337-
"colab": {}
386+
"colab": {
387+
"autoexec": {
388+
"startup": false,
389+
"wait_interval": 0
390+
}
391+
}
338392
},
339393
"cell_type": "code",
340394
"source": [
@@ -365,7 +419,12 @@
365419
"metadata": {
366420
"id": "USSSBnkE-lky",
367421
"colab_type": "code",
368-
"colab": {}
422+
"colab": {
423+
"autoexec": {
424+
"startup": false,
425+
"wait_interval": 0
426+
}
427+
}
369428
},
370429
"cell_type": "code",
371430
"source": [
@@ -388,7 +447,12 @@
388447
"metadata": {
389448
"id": "TG8X9cqi-lk9",
390449
"colab_type": "code",
391-
"colab": {}
450+
"colab": {
451+
"autoexec": {
452+
"startup": false,
453+
"wait_interval": 0
454+
}
455+
}
392456
},
393457
"cell_type": "code",
394458
"source": [
@@ -418,7 +482,12 @@
418482
"metadata": {
419483
"id": "xpKOoWgu-llD",
420484
"colab_type": "code",
421-
"colab": {}
485+
"colab": {
486+
"autoexec": {
487+
"startup": false,
488+
"wait_interval": 0
489+
}
490+
}
422491
},
423492
"cell_type": "code",
424493
"source": [
@@ -487,7 +556,12 @@
487556
"metadata": {
488557
"id": "Mr0GP-cQ-llN",
489558
"colab_type": "code",
490-
"colab": {}
559+
"colab": {
560+
"autoexec": {
561+
"startup": false,
562+
"wait_interval": 0
563+
}
564+
}
491565
},
492566
"cell_type": "code",
493567
"source": [
@@ -514,7 +588,12 @@
514588
"metadata": {
515589
"id": "-NpcXY9--llS",
516590
"colab_type": "code",
517-
"colab": {}
591+
"colab": {
592+
"autoexec": {
593+
"startup": false,
594+
"wait_interval": 0
595+
}
596+
}
518597
},
519598
"cell_type": "code",
520599
"source": [
@@ -543,7 +622,12 @@
543622
"metadata": {
544623
"id": "tXSGrjWZ-llW",
545624
"colab_type": "code",
546-
"colab": {}
625+
"colab": {
626+
"autoexec": {
627+
"startup": false,
628+
"wait_interval": 0
629+
}
630+
}
547631
},
548632
"cell_type": "code",
549633
"source": [
@@ -573,7 +657,12 @@
573657
"metadata": {
574658
"id": "zOMKywn4zReN",
575659
"colab_type": "code",
576-
"colab": {}
660+
"colab": {
661+
"autoexec": {
662+
"startup": false,
663+
"wait_interval": 0
664+
}
665+
}
577666
},
578667
"cell_type": "code",
579668
"source": [
@@ -610,7 +699,12 @@
610699
"metadata": {
611700
"id": "VcvSXvhp-llb",
612701
"colab_type": "code",
613-
"colab": {}
702+
"colab": {
703+
"autoexec": {
704+
"startup": false,
705+
"wait_interval": 0
706+
}
707+
}
614708
},
615709
"cell_type": "code",
616710
"source": [
@@ -634,7 +728,12 @@
634728
"metadata": {
635729
"id": "nGoYf2Js-lle",
636730
"colab_type": "code",
637-
"colab": {}
731+
"colab": {
732+
"autoexec": {
733+
"startup": false,
734+
"wait_interval": 0
735+
}
736+
}
638737
},
639738
"cell_type": "code",
640739
"source": [
@@ -665,7 +764,12 @@
665764
"metadata": {
666765
"id": "6hXx-xOv-llh",
667766
"colab_type": "code",
668-
"colab": {}
767+
"colab": {
768+
"autoexec": {
769+
"startup": false,
770+
"wait_interval": 0
771+
}
772+
}
669773
},
670774
"cell_type": "code",
671775
"source": [

samples/core/get_started/eager.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"# Custom training: walkthrough\n",
7070
"\n",
7171
"<table class=\"tfo-notebook-buttons\" align=\"left\"><td>\n",
72-
"<a target=\"_blank\" href=\"https://colab.sandbox.google.com/github/tensorflow/models/blob/master/samples/core/get_started/eager.ipynb\">\n",
72+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/eager.ipynb\">\n",
7373
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /><span>Run in Google Colab</span></a> \n",
7474
"</td><td>\n",
7575
"<a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/samples/core/get_started/eager.ipynb\"><img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /><span>View source on GitHub</span></a></td></table>"

samples/core/get_started/overfit_and_underfit.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"cell_type": "markdown",
118118
"source": [
119119
"<table class=\"tfo-notebook-buttons\" align=\"left\"><td>\n",
120-
"<a target=\"_blank\" href=\"https://colab.sandbox.google.com/github/tensorflow/models/blob/master/samples/core/get_started/overfit_and_underfit.ipynb\">\n",
120+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/overfit_and_underfit.ipynb\">\n",
121121
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /><span>Run in Google Colab</span></a> \n",
122122
"</td><td>\n",
123123
"<a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/samples/core/get_started/overfit_and_underfit.ipynb\"><img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /><span>View source on GitHub</span></a></td></table>"

samples/core/get_started/save_and_restore_models.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"# Save and restore models\n",
9696
"\n",
9797
"<table class=\"tfo-notebook-buttons\" align=\"left\"><td>\n",
98-
"<a target=\"_blank\" href=\"https://colab.sandbox.google.com/github/tensorflow/models/blob/master/samples/core/get_started/save_and_restore_models.ipynb\">\n",
98+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/save_and_restore_models.ipynb\">\n",
9999
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /><span>Run in Google Colab</span></a> \n",
100100
"</td><td>\n",
101101
"<a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/samples/core/get_started/save_and_restore_models.ipynb\"><img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /><span>View source on GitHub</span></a></td></table>\n"

0 commit comments

Comments
 (0)