-
Notifications
You must be signed in to change notification settings - Fork 57
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
默认参数batchsize为啥这么大,实验中越大越好吗 #11
Comments
你好,batch size大是因为:1. 计算效率高,减少训练时间;2. 训练震荡小,收敛速度快。 |
应用在中文数据集上不知道为啥,效果不太好 |
按照英文数据集一样的格式应该就行吧?分好词按空格隔开的 |
你好,目前没有在中文数据集上试过,猜测可能与分词的处理有关(考虑到中文以词组的形式比较多)。 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: