mirror of https://github.com/MycroftAI/mimic2.git
Use 512D embeddings
parent
14ee2615eb
commit
1084310ed1
|
@ -20,7 +20,7 @@ hparams = tf.contrib.training.HParams(
|
|||
# Model:
|
||||
# TODO: add more configurable hparams
|
||||
outputs_per_step=5,
|
||||
embedding_dim=256,
|
||||
embedding_dim=512,
|
||||
|
||||
# Training:
|
||||
batch_size=32,
|
||||
|
|
Loading…
Reference in New Issue