李家俊
Results
2
issues of
李家俊
` out = K.get_value(K.ctc_decode(y_pred, input_length=np.ones(shape[0]) * shape[1])[0][0])[:, :4]` 每个字符的概率该如何读出,我对RNN不熟悉,请大佬指点迷津,万分感谢
https://github.com/znxlwm/pytorch-MNIST-CelebA-GAN-DCGAN/blob/c88438c7807326492757623bf9117ee2eb5de8bf/pytorch_MNIST_DCGAN.py#L210