From fce45dd7a774211ad15f491f5088d4e45b058c33 Mon Sep 17 00:00:00 2001 From: Parthe Pandit Date: Sun, 25 Apr 2021 22:35:39 -0700 Subject: [PATCH] Update ReadME Prepare data for autoencoder training. .h5 extension is added to output filename in the program --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dbdeb1..3414414 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ via the following command: ```bash cd autoencoders -python data_loaders.py ../data/wikilarge/all_train ../wikilarge/wiki.h5 64 -t CharBPETokenizer -mw 30000 +python data_loaders.py ../data/wikilarge/all_train ../wikilarge/wiki 64 -t CharBPETokenizer -mw 30000 ``` ### Build config file