more workers

master
ml server 2020-01-21 13:08:11 -07:00
parent 17b2b4f68d
commit 7f1dcf4e62
1 changed files with 5 additions and 5 deletions

View File

@ -86,7 +86,7 @@
" \"worker\": [ \"ml0-int:2222\", \"ml1-int:2222\", \"ml2-int:2222\", \"ml3-int:2222\", \"ml4-int:2222\", \"ml5-int:2222\" ]\n",
" },\n",
" \"task\": {\"type\": \"worker\", \"index\": 0 },\n",
" \"num_workers\": 6\n",
" \"num_workers\": 40\n",
"})"
]
},
@ -436,7 +436,7 @@
"metadata": {},
"outputs": [],
"source": [
"model.save('data/models/FOO/wut-train-cluster.tf')"
"model.save('data/models/FOO/wut-train-cluster2.tf')"
]
},
{
@ -445,7 +445,7 @@
"metadata": {},
"outputs": [],
"source": [
"model.save('data/models/FOO/wut-train-cluster.h5')"
"model.save('data/models/FOO/wut-train-cluster2.h5')"
]
},
{
@ -454,7 +454,7 @@
"metadata": {},
"outputs": [],
"source": [
"model.save_weights('data/models/FOO/wut-weights-train-cluster.tf')"
"model.save_weights('data/models/FOO/wut-weights-train-cluster2.tf')"
]
},
{
@ -463,7 +463,7 @@
"metadata": {},
"outputs": [],
"source": [
"model.save_weights('data/models/FOO/wut-weights-train-cluster.h5')"
"model.save_weights('data/models/FOO/wut-weights-train-cluster2.h5')"
]
},
{