diff --git a/notebooks/wut-web-alpha.ipynb b/notebooks/wut-web-alpha.ipynb index 6b4fa60..c194357 100644 --- a/notebooks/wut-web-alpha.ipynb +++ b/notebooks/wut-web-alpha.ipynb @@ -81,8 +81,8 @@ "IMG_WIDTH = 804\n", "batch_size = 32\n", "minobsid = 1292461\n", - "#maxobsid = 1470525\n", - "maxobsid = 1591638\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')"