use local disk not cephfs on wut

master
ml server 2020-01-22 16:40:17 -07:00
parent 002cc31224
commit 7881d9aad2
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@
"IMG_HEIGHT = 416\n",
"IMG_WIDTH= 804\n",
"batch_size = 32\n",
"base_dir = ('/srv/satnogs/data')\n",
"sample_dir = ('/srv/satnogs/data/test/unvetted')\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')\n",
"tmp_dir = tempfile.mkdtemp()\n",
"test_dir = os.path.join(tmp_dir)\n",