You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/ko/tutorials/distribute/multi_worker_with_keras.ipynb
+73-69Lines changed: 73 additions & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,20 @@
1
1
{
2
+
"nbformat": 4,
3
+
"nbformat_minor": 0,
4
+
"metadata": {
5
+
"colab": {
6
+
"name": "multi_worker_with_keras.ipynb",
7
+
"version": "0.3.2",
8
+
"provenance": [],
9
+
"private_outputs": true,
10
+
"collapsed_sections": [],
11
+
"toc_visible": true
12
+
},
13
+
"kernelspec": {
14
+
"display_name": "Python 3",
15
+
"name": "python3"
16
+
}
17
+
},
2
18
"cells": [
3
19
{
4
20
"cell_type": "markdown",
@@ -13,13 +29,12 @@
13
29
},
14
30
{
15
31
"cell_type": "code",
16
-
"execution_count": 0,
17
32
"metadata": {
18
-
"colab": {},
19
33
"colab_type": "code",
20
-
"id": "tuOe1ymfHZPu"
34
+
"id": "tuOe1ymfHZPu",
35
+
"colab": {},
36
+
"cellView": "form"
21
37
},
22
-
"outputs": [],
23
38
"source": [
24
39
"#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n",
25
40
"# you may not use this file except in compliance with the License.\n",
@@ -32,7 +47,9 @@
32
47
"# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
33
48
"# See the License for the specific language governing permissions and\n",
34
49
"# limitations under the License."
35
-
]
50
+
],
51
+
"execution_count": 0,
52
+
"outputs": []
36
53
},
37
54
{
38
55
"cell_type": "markdown",
@@ -58,7 +75,10 @@
58
75
},
59
76
{
60
77
"cell_type": "markdown",
61
-
"metadata": {},
78
+
"metadata": {
79
+
"id": "FcjoxbKVT3r-",
80
+
"colab_type": "text"
81
+
},
62
82
"source": [
63
83
"Note: 이 문서는 텐서플로 커뮤니티에서 번역했습니다. 커뮤니티 번역 활동의 특성상 정확한 번역과 최신 내용을 반영하기 위해 노력함에도 불구하고 [공식 영문 문서](https://github.com/tensorflow/docs/blob/master/site/en/tutorials/distribute/multi_worker_with_keras.ipynb)의 내용과 일치하지 않을 수 있습니다. 이 번역에 개선할 부분이 있다면 [tensorflow/docs](https://github.com/tensorflow/docs) 깃허브 저장소로 풀 리퀘스트를 보내주시기 바랍니다. 문서 번역이나 리뷰에 참여하려면 [docs-ko@tensorflow.org](https://groups.google.com/a/tensorflow.org/forum/#!forum/docs-ko)로 메일을 보내주시기 바랍니다."
"2. 공식 [ResNet50](https://github.com/tensorflow/models/blob/master/official/resnet/imagenet_main.py) 모델은 `MirroredStrategy`나 `MultiWorkerMirroredStrategy`로 훈련할 수 있습니다."
0 commit comments