We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我想将batch_size 取其他值,但是发现做不到,在layer.py的sp_attn_head函数中有这样的注释:
想问问您应该怎么处理,才能使得batch_size可以取其他值呢? 十分感谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我想将batch_size 取其他值,但是发现做不到,在layer.py的sp_attn_head函数中有这样的注释:
As tf.sparse_tensor_dense_matmul expects its arguments to have rank-2,
here we make an assumption that our input is of batch size 1, and reshape appropriately.
The method will fail in all other cases!
想问问您应该怎么处理,才能使得batch_size可以取其他值呢?
十分感谢!
The text was updated successfully, but these errors were encountered: