Skip to content

Commit

Permalink
10s
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Jun 27, 2023
1 parent 6e4b82e commit f9ae90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/load_data/csv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
},
"outputs": [],
"source": [
"titanic_model.fit(x=titanic_features_dict, y=titanic_labels, epochs=30)"
"titanic_model.fit(x=titanic_features_dict, y=titanic_labels, epochs=10)"
]
},
{
Expand Down

0 comments on commit f9ae90b

Please sign in to comment.