Skip to content

Commit

Permalink
Update pneumonia.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kartiksharmakk authored Aug 18, 2022
1 parent 87f7f2a commit 810878e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pneumonia.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -681,28 +681,6 @@
"tflite_model_file.write_bytes(tflite_model)"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "2c4b3a4f",
"metadata": {},
"outputs": [
{
"ename": "NameError",
"evalue": "name 'model' is not defined",
"output_type": "error",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[1;32m~\\AppData\\Local\\Temp/ipykernel_20764/3470139634.py\u001b[0m in \u001b[0;36m<module>\u001b[1;34m\u001b[0m\n\u001b[1;32m----> 1\u001b[1;33m \u001b[0mmodel\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0msummary\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[1;31mNameError\u001b[0m: name 'model' is not defined"
]
}
],
"source": [
"model.summary()"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 810878e

Please sign in to comment.