Skip to content

Instantly share code, notes, and snippets.

@surmenok
Created October 16, 2016 00:19
Show Gist options
  • Save surmenok/a266fc63c637dcb9149f60ea4b10835b to your computer and use it in GitHub Desktop.
Save surmenok/a266fc63c637dcb9149f60ea4b10835b to your computer and use it in GitHub Desktop.
python textsum_data_convert.py \
--command text_to_vocabulary \
--in_directories cnn/stories \
--out_files cnn-vocab
python textsum_data_convert.py \
--command text_to_binary \
--in_directories cnn/stories \
--out_files cnn-train.bin,cnn-validation.bin,cnn-test.bin \
--split 0.8,0.15,0.05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment