cmusphinx / g2p-seq2seq

G2P with Tensorflow
Other
670 stars 194 forks source link

Write a unit test with small dataset #26

Closed nshmyrev closed 8 years ago

nshmyrev commented 8 years ago

Create a toy dictionary with 20 lines and train an g2p model with 2 elements on hidden layer.

nurtas-m commented 8 years ago

Fixed with commit ae999cbecea267312ea3ffc353d133dee6a99593

nshmyrev commented 8 years ago

Add tests for decoding

nshmyrev commented 8 years ago

Dictionary should use 3 letters. Accuracy on evaluation should be non-zero.

nshmyrev commented 8 years ago

Tests should verify results. Decoding test should verify the result of decoding. Evaluation test should evaluate returned accuracy.

nshmyrev commented 8 years ago

Still some issues