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
I am a novice, may I ask when training, the bigger the batch_size is better or better 1
The text was updated successfully, but these errors were encountered:
Let's consider the extreme scenarios:
So ideally you want to find a batch size where the updates aren't that noisy but are also fast.
Sorry, something went wrong.
让我们考虑一下极端情况: 最大批次大小,等于训练数据的大小-梯度更新将较慢,但噪声较小。 最小批量大小,等于1-梯度更新将很快,但是会更嘈杂。 因此,理想情况下,您希望找到一个批量大小,使更新不那么嘈杂但又很快。
让我们考虑一下极端情况:
因此,理想情况下,您希望找到一个批量大小,使更新不那么嘈杂但又很快。
Thank you for your reply. If my trainB is all of the same style images, can I ignore the batch -- size
No branches or pull requests
I am a novice, may I ask when training, the bigger the batch_size is better or better 1
The text was updated successfully, but these errors were encountered: