https://github.com/kenkov/seq2seq
Revision ec3583b166f0a104cff11cdda14424013abda00b authored by Noriyuki Abe on 22 February 2016, 11:50:30 UTC, committed by Noriyuki Abe on 22 February 2016, 11:50:30 UTC
2 parent s 9497bbc + 29e138d
Raw File
Tip revision: ec3583b166f0a104cff11cdda14424013abda00b authored by Noriyuki Abe on 22 February 2016, 11:50:30 UTC
Merge branch 'dev'
Tip revision: ec3583b
test.ini
# [DEFAULT]
# START_SYMBOL = <S>
# END_SYMBOL = </S>
# UNK_SYMBOL = <UNK>
# # defautl separator is \t
# SEPARATOR = \t

[CONFIG]
model_dir = model_test
sent_file = corpus_test/sent.char.txt
conv_file = corpus_test/conv.char.txt
dict_file = model_test/conv.dict

word2vec_init = True
word2vec_model_file = model_test/word2vec.model

min_freq = 0
n_units = 50
epoch_size = 1000
batch_size = 2
dropout = True
back to top