Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
b0f16839
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "6b72b5cd6c692b1da8481e7ac0565f11cab9c6bd"
Commit
b0f16839
authored
Jun 18, 2018
by
Billy Lamberta
Browse files
Add MIT license
parent
6a1e59b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
180 additions
and
22 deletions
+180
-22
samples/core/get_started/basic_text_classification.ipynb
samples/core/get_started/basic_text_classification.ipynb
+180
-22
No files found.
samples/core/get_started/basic_text_classification.ipynb
View file @
b0f16839
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
"colab": {
"colab": {
"name": "basic-text-classification.ipynb",
"name": "basic-text-classification.ipynb",
"version": "0.3.2",
"version": "0.3.2",
"views": {},
"default_view": {},
"provenance": [],
"provenance": [],
"private_outputs": true,
"private_outputs": true,
"collapsed_sections": [],
"collapsed_sections": [],
...
@@ -23,11 +25,77 @@
...
@@ -23,11 +25,77 @@
},
},
"cell_type": "markdown",
"cell_type": "markdown",
"source": [
"source": [
"##### Copyright 2018 The TensorFlow Authors.\n",
"##### Copyright 2018 The TensorFlow Authors."
"\n",
"Licensed under the Apache License, Version 2.0 (the \"License\")"
]
]
},
},
{
"metadata": {
"id": "ioaprt5q5US7",
"colab_type": "code",
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
},
"cellView": "form"
},
"cell_type": "code",
"source": [
"#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"# you may not use this file except in compliance with the License.\n",
"# You may obtain a copy of the License at\n",
"#\n",
"# https://www.apache.org/licenses/LICENSE-2.0\n",
"#\n",
"# Unless required by applicable law or agreed to in writing, software\n",
"# distributed under the License is distributed on an \"AS IS\" BASIS,\n",
"# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
"# See the License for the specific language governing permissions and\n",
"# limitations under the License."
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "yCl0eTNH5RS3",
"colab_type": "code",
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
},
"cellView": "form"
},
"cell_type": "code",
"source": [
"#@title MIT License\n",
"#\n",
"# Copyright (c) 2017 François Chollet\n",
"#\n",
"# Permission is hereby granted, free of charge, to any person obtaining a\n",
"# copy of this software and associated documentation files (the \"Software\"),\n",
"# to deal in the Software without restriction, including without limitation\n",
"# the rights to use, copy, modify, merge, publish, distribute, sublicense,\n",
"# and/or sell copies of the Software, and to permit persons to whom the\n",
"# Software is furnished to do so, subject to the following conditions:\n",
"#\n",
"# The above copyright notice and this permission notice shall be included in\n",
"# all copies or substantial portions of the Software.\n",
"#\n",
"# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n",
"# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n",
"# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n",
"# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n",
"# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n",
"# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n",
"# DEALINGS IN THE SOFTWARE."
],
"execution_count": 0,
"outputs": []
},
{
{
"metadata": {
"metadata": {
"id": "ItXfxkxvosLH",
"id": "ItXfxkxvosLH",
...
@@ -71,7 +139,12 @@
...
@@ -71,7 +139,12 @@
"metadata": {
"metadata": {
"id": "2ew7HTbPpCJH",
"id": "2ew7HTbPpCJH",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -103,7 +176,12 @@
...
@@ -103,7 +176,12 @@
"metadata": {
"metadata": {
"id": "zXXx5Oc3pOmN",
"id": "zXXx5Oc3pOmN",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -140,7 +218,12 @@
...
@@ -140,7 +218,12 @@
"metadata": {
"metadata": {
"id": "y8qCnve_-lkO",
"id": "y8qCnve_-lkO",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -163,7 +246,12 @@
...
@@ -163,7 +246,12 @@
"metadata": {
"metadata": {
"id": "QtTS4kpEpjbi",
"id": "QtTS4kpEpjbi",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -186,7 +274,12 @@
...
@@ -186,7 +274,12 @@
"metadata": {
"metadata": {
"id": "X-6Ii9Pfx6Nr",
"id": "X-6Ii9Pfx6Nr",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -211,7 +304,12 @@
...
@@ -211,7 +304,12 @@
"metadata": {
"metadata": {
"id": "tr5s_1alpzop",
"id": "tr5s_1alpzop",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -247,7 +345,12 @@
...
@@ -247,7 +345,12 @@
"metadata": {
"metadata": {
"id": "s_OqxmH6-lkn",
"id": "s_OqxmH6-lkn",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -280,7 +383,12 @@
...
@@ -280,7 +383,12 @@
"metadata": {
"metadata": {
"id": "2jQv-omsHurp",
"id": "2jQv-omsHurp",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -311,7 +419,12 @@
...
@@ -311,7 +419,12 @@
"metadata": {
"metadata": {
"id": "USSSBnkE-lky",
"id": "USSSBnkE-lky",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -334,7 +447,12 @@
...
@@ -334,7 +447,12 @@
"metadata": {
"metadata": {
"id": "TG8X9cqi-lk9",
"id": "TG8X9cqi-lk9",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -364,7 +482,12 @@
...
@@ -364,7 +482,12 @@
"metadata": {
"metadata": {
"id": "xpKOoWgu-llD",
"id": "xpKOoWgu-llD",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -433,7 +556,12 @@
...
@@ -433,7 +556,12 @@
"metadata": {
"metadata": {
"id": "Mr0GP-cQ-llN",
"id": "Mr0GP-cQ-llN",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -460,7 +588,12 @@
...
@@ -460,7 +588,12 @@
"metadata": {
"metadata": {
"id": "-NpcXY9--llS",
"id": "-NpcXY9--llS",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -489,7 +622,12 @@
...
@@ -489,7 +622,12 @@
"metadata": {
"metadata": {
"id": "tXSGrjWZ-llW",
"id": "tXSGrjWZ-llW",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -519,7 +657,12 @@
...
@@ -519,7 +657,12 @@
"metadata": {
"metadata": {
"id": "zOMKywn4zReN",
"id": "zOMKywn4zReN",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -556,7 +699,12 @@
...
@@ -556,7 +699,12 @@
"metadata": {
"metadata": {
"id": "VcvSXvhp-llb",
"id": "VcvSXvhp-llb",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -580,7 +728,12 @@
...
@@ -580,7 +728,12 @@
"metadata": {
"metadata": {
"id": "nGoYf2Js-lle",
"id": "nGoYf2Js-lle",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -611,7 +764,12 @@
...
@@ -611,7 +764,12 @@
"metadata": {
"metadata": {
"id": "6hXx-xOv-llh",
"id": "6hXx-xOv-llh",
"colab_type": "code",
"colab_type": "code",
"colab": {}
"colab": {
"autoexec": {
"startup": false,
"wait_interval": 0
}
}
},
},
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
...
@@ -649,4 +807,4 @@
...
@@ -649,4 +807,4 @@
]
]
}
}
]
]
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment