poor1017
Results
13
comments of
poor1017
Hi, I encounter the same issue, have you found the solution? Thank you.
I think you used ds2 model, so you need add two lines: @@ -134,6 +134,9 @@ class Trainer(object): feed_dict[self.classifier.targetVals] = target_vals feed_dict[self.classifier.targetShape] = target_shape feed_dict[self.classifier.input_seq_length] = seqlens + label_lengths =...
不知道是不是和拼batch有关?