-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seq2Seq网络(对示例网络的部分layer做了修改),报Check failed: size != 0 allocate 0 bytes,输入数据和batch数正常非空,麻烦帮忙看下原因,谢谢 #10187
Comments
|
好的,以下是修改部分的代码,主要是改了attention
|
可以把修改部分的size都先print下,看是否有为0的 |
我把几个mix_layer的size都print了,没有为0的 |
paddle
|
好的,谢谢,请问下fluid版本的seq2seq网络可以在哪里能找到呢? |
语言模型和这个差别比较大。Seq2Seq的,只有Transformer吗 |
目前没有现成的代码。 |
旧版本中,两个同长度的序列向量相乘,应该用什么layer呢? |
Please check out the latest code under Closing due to low activity, feel free to reopen. |
网络:
错误:
gdb堆栈:
The text was updated successfully, but these errors were encountered: