Skip to content

Commit baed548

Browse files
committed
Fixed output file path
1 parent d95312c commit baed548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/unit4/lesson_28/Lesson_28_activity_solution.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@
878878
},
879879
{
880880
"cell_type": "code",
881-
"execution_count": 41,
881+
"execution_count": null,
882882
"id": "aa40c199",
883883
"metadata": {},
884884
"outputs": [
@@ -900,7 +900,7 @@
900900
"source": [
901901
"# Save the final model\n",
902902
"Path('../models').mkdir(parents=True, exist_ok=True)\n",
903-
"final_model.save('../models/optimized_occupancy_dnn_model')"
903+
"final_model.save('../models/optimized_occupancy_dnn_model.keras')"
904904
]
905905
}
906906
],

0 commit comments

Comments
 (0)