moses1994

Results 4 issues of moses1994

# 3. input_length (required for CTC loss) # this is the time dimension of CTC (batch x time x mfcc) #input_length = np.array([get_xsize(mfcc) for mfcc in X_data]) input_length = np.array(x_val)...

hi, when I used the code and dataset, I encountered this problem: "Exception: Error when checking target: expected rpn_out_class to have shape (None, None, None, 12) but got array with...

Your blog is really good. Thank you for your interpretation. I'd like to ask about how to calculate the size of the set in Footnote 1. As noted in footnote...

hi, when I used the code and dataset, I encountered this problem: "Exception: Error when checking target: expected rpn_out_class to have shape (None, None, None, 9) but got array with...