master
ml server 2020-01-24 20:59:56 -07:00
parent efb7f30792
commit 4a46d037d3
1 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 19,
"metadata": {},
"outputs": [],
"source": [
@ -77,8 +77,8 @@
"IMG_WIDTH = 804\n",
"batch_size = 32\n",
"minobsid = 1292461\n",
"#maxobsid = 1470525\n",
"maxobsid = 1591638\n",
"maxobsid = 1470525\n",
"#maxobsid = 1591638 # 2020-01-24\n",
"base_dir = ('/srv/wut/data')\n",
"sample_dir = ('/srv/wut/data/test/unvetted')\n",
"model_file = os.path.join(base_dir, 'models', 'wut-DUV-201912.tf')"