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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1、请问network里的batch_size参数含义是什么 2、举例,当train里的total_shape参数有时会出现[1,2,4,5,6]这样的状况,此时batch_size会出现等于2的状况,这代表了什么呢。我的浅见是觉得total_shape应该是[1,2,3,4,5,6]这样连续的数字,不应该出现断开的数字序列,这点不懂,望讲解,感谢。
The text was updated successfully, but these errors were encountered:
等于2时代表训练数据中同一对实体有两个句子。
Sorry, something went wrong.
No branches or pull requests
1、请问network里的batch_size参数含义是什么
2、举例,当train里的total_shape参数有时会出现[1,2,4,5,6]这样的状况,此时batch_size会出现等于2的状况,这代表了什么呢。我的浅见是觉得total_shape应该是[1,2,3,4,5,6]这样连续的数字,不应该出现断开的数字序列,这点不懂,望讲解,感谢。
The text was updated successfully, but these errors were encountered: