From 4a46d037d3967557cf446e64e1f2cac40e45846a Mon Sep 17 00:00:00 2001 From: ml server Date: Fri, 24 Jan 2020 20:59:56 -0700 Subject: [PATCH] fmt --- notebooks/wut-web-dev.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/wut-web-dev.ipynb b/notebooks/wut-web-dev.ipynb index dd4534d..8471bae 100644 --- a/notebooks/wut-web-dev.ipynb +++ b/notebooks/wut-web-dev.ipynb @@ -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')"