weiwancheng
weiwancheng
Unknown: NewRandomAccessFile failed to Create/Open: Data\Models : access denied。 some people think cause it by python version.I gress I use python3,but pre-trained model used python2.
beam search好像不会在遇到结束符号的时候停止生成,这样导致beam search生成的结果,好多重复的。请问有人遇到这样的问题吗?
请问在你实现多层的双向LSTM代码中,在stacked_bidirectional_rnn()函数中,里面的状态信息是不是也应该返回出来,不然的话,怎么进行状态的传递了,BILSTM的状态信息传递一直困扰着我,希望您能帮忙解答,谢谢!
Traceback (most recent call last): File "C:\Users\Administrator\Anaconda3\lib\site-packages\numpy\lib\format.py", line 637, in read_array array = pickle.load(fp, **pickle_kwargs) UnicodeDecodeError: 'ascii' codec can't decode byte 0xb2 in position 1: ordinal not in range(128) During...