Skip to content

Commit f9ae90b

Browse files
authored
10s
1 parent 6e4b82e commit f9ae90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/csv.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@
678678
},
679679
"outputs": [],
680680
"source": [
681-
"titanic_model.fit(x=titanic_features_dict, y=titanic_labels, epochs=30)"
681+
"titanic_model.fit(x=titanic_features_dict, y=titanic_labels, epochs=10)"
682682
]
683683
},
684684
{

0 commit comments

Comments
 (0)