16 lines
248 B
YAML
16 lines
248 B
YAML
|
description: LSTM Solution
|
||
|
tags:
|
||
|
- LSTM
|
||
|
params:
|
||
|
max_steps = -1
|
||
|
vocab_size = 20000
|
||
|
embed_size = 150
|
||
|
batch_size = 1024*16
|
||
|
hidden_size = 512
|
||
|
learning_rate = 0.0003
|
||
|
unwanted-params:
|
||
|
- model-file
|
||
|
- vocab-file
|
||
|
param-files:
|
||
|
- "*.yaml"
|