cuhkebook

Results 5 issues of cuhkebook

In the class AttentionLayer (models/attention/decoders/attention_layer.py), the initial parameter does not include "sigmoid_smoothing". But, in models/attention/attention_seq2seq.py, it calls AttentionLayer with sigmoid_smoothing=self.sigmoid_smoothing (line 338). Which file should I modify? Thx!

I got an error as ---------------- if l == padded_value: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() --------------- I...

I found many places using padded_value=train_data.padded_value However, the Dataset object does not include padded_value Only in load_dataset_ctc.py is different: self.padded_value = -1 So, what is the value of padded_value should...

Hello, thank you for sharing the great project. I want to adjust the timesteps in ownModel. However, I can't find where should be adjusted? In, def ownModel(), it has a...

In transcription_character.py, it calls char2idx_capital with two arguments (with double_letter=False). But in util.labels.character.Char2idx, _call_ only accept one argument. Any I download wrong? ------------------------ In transcription_phone.py, it reads a phone2phone.txt but...