alpha model broken

master
root 2022-05-29 23:38:15 -06:00
parent 452d8ab0c9
commit 75a111c871
1 changed files with 10 additions and 2 deletions

View File

@ -256,8 +256,9 @@
" \n", " \n",
" test_dir=gen_image_tmp(obs_waterfalltmp, showwater);\n", " test_dir=gen_image_tmp(obs_waterfalltmp, showwater);\n",
" test_data_gen=gen_image(obs_waterfalltmp, test_dir);\n", " test_data_gen=gen_image(obs_waterfalltmp, test_dir);\n",
" \n", "\n",
" prediction_bool=obs_wutsay(test_data_gen, model);\n", "# XXX NameError: name 'model' is not defined\n",
"# prediction_bool=obs_wutsay(test_data_gen, model);\n",
"\n", "\n",
" print()\n", " print()\n",
" print('Observation ID: ', get_obs_var('id', datObs))\n", " print('Observation ID: ', get_obs_var('id', datObs))\n",
@ -353,6 +354,13 @@
"source": [ "source": [
"display_main()" "display_main()"
] ]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
} }
], ],
"metadata": { "metadata": {