Skip to content

Commit 95c8a23

Browse files
authored
10s
1 parent f9ae90b commit 95c8a23

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
@@ -344,7 +344,7 @@
344344
"norm_abalone_model.compile(loss = tf.keras.losses.MeanSquaredError(),\n",
345345
" optimizer = tf.keras.optimizers.Adam())\n",
346346
"\n",
347-
"norm_abalone_model.fit(abalone_features, abalone_labels, epochs=30)"
347+
"norm_abalone_model.fit(abalone_features, abalone_labels, epochs=10)"
348348
]
349349
},
350350
{

0 commit comments

Comments
 (0)