tensorflowbook icon indicating copy to clipboard operation
tensorflowbook copied to clipboard

tensorflow教程每个章节的源码

Results 4 tensorflowbook issues
Sort by recently updated
recently updated
newest added

my tf version is 1.30. but I meet the bug: ValueError: Trying to share variablestack_bidirectional_rnn/cell_0/bidirectional_rnn/fw/lstm_cell/kernel, but specified shape (360, 480) and found shape (1120, 480). I just don't know how...

When finished the training and i want to input a string into the trained model to make the segment ,how to process the input data

In the example of Chapter 6 asr-lstm-ctc, it only has one wav file and one txt file to train. Now I would like to use Tedlium dataset to train, how...

hi, I met up with an error : ValueError: Trying to share variable stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw/lstm_cell/kernel, but specified shape (120, 160) and found shape (53, 160) when I ran the example in...