Skip to content

Commit

Permalink
Update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
John Myers committed Jun 16, 2020
1 parent 5be7e8c commit f8b487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dataframe_batch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"source": [
"# Create our batch handler. During construction, checkpoint directories are automatically created\n",
"# based on the configured batch size\n",
"batcher = DataFrameBatch(df=source_df, batch_size=1, config=config_template)\n",
"batcher = DataFrameBatch(df=source_df, config=config_template)\n",
"\n",
"# Optionally, you can also provide your own batches, which can be a list of lists of strings:\n",
"#\n",
Expand Down

0 comments on commit f8b487f

Please sign in to comment.