wut-web-dev cruft inputish outputish

master
ml server 2020-01-24 20:58:36 -07:00
parent b950af525c
commit efb7f30792
1 changed files with 4 additions and 3 deletions

View File

@ -74,10 +74,11 @@
"outputs": [],
"source": [
"IMG_HEIGHT = 416\n",
"IMG_WIDTH= 804\n",
"IMG_WIDTH = 804\n",
"batch_size = 32\n",
"maxobsid=1470525\n",
"minobsid=1292461\n",
"minobsid = 1292461\n",
"#maxobsid = 1470525\n",
"maxobsid = 1591638\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')"