From e0398faea8477deec5f4fe1b78dd151d1f23df80 Mon Sep 17 00:00:00 2001 From: Pamin Rangsikunpum Date: Thu, 4 Jan 2018 16:23:56 +0700 Subject: [PATCH] edit comment typo in example script --- examples/shcnn-3unsemb-imdb-elec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shcnn-3unsemb-imdb-elec.sh b/examples/shcnn-3unsemb-imdb-elec.sh index b8371d2..4c7d2e0 100644 --- a/examples/shcnn-3unsemb-imdb-elec.sh +++ b/examples/shcnn-3unsemb-imdb-elec.sh @@ -16,7 +16,7 @@ nm=imdb # nm=elec # <= Uncomment this to train/test on Elec. - #--- Prepare unsupervised embedding files. Donwloaded if sdir=for-semi. + #--- Prepare unsupervised embedding files. Downloaded if sdir=for-semi. p=5; dim=100 s_fn0=${nm}-uns-p${p}.dim${dim}.epo10.ReLayer0 # generated by shcnn-unsup-imdb-elec.sh s_fn1=${nm}-parsup-p3p${p}.dim${dim}.epo10.ReLayer0 # generated by shcnn-parsup-imdb-elec.sh