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 f9ae90b commit 95c8a23
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 @@ -344,7 +344,7 @@
"norm_abalone_model.compile(loss = tf.keras.losses.MeanSquaredError(),\n",
" optimizer = tf.keras.optimizers.Adam())\n",
"\n",
"norm_abalone_model.fit(abalone_features, abalone_labels, epochs=30)"
"norm_abalone_model.fit(abalone_features, abalone_labels, epochs=10)"
]
},
{
Expand Down

0 comments on commit 95c8a23

Please sign in to comment.