Skip to content

Commit a26dc25

Browse files
ChoiByungWooklaurenyu
authored andcommitted
fix uploading val data for ntm example (aws#432)
1 parent 350c567 commit a26dc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_applying_machine_learning/ntm_20newsgroups_topic_modeling/ntm_20newsgroups_topic_model.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
"outputs": [],
510510
"source": [
511511
"split_convert_upload(train_vectors, bucket=bucket, prefix=train_prefix, fname_template='train_part{}.pbr', n_parts=8)\n",
512-
"split_convert_upload(train_vectors, bucket=bucket, prefix=val_prefix, fname_template='val_part{}.pbr', n_parts=1)"
512+
"split_convert_upload(val_vectors, bucket=bucket, prefix=val_prefix, fname_template='val_part{}.pbr', n_parts=1)"
513513
]
514514
},
515515
{

0 commit comments

Comments
 (0)