-
Notifications
You must be signed in to change notification settings - Fork 16
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
python train.py Loss not decreasing #26
Comments
The default configuration for batch size is 16. A small batch size, such as the one you set to 2, may lead to an entire batch consisting solely of abnormal samples, thereby affecting the calculation of the paper's loss formula (Formula 9). |
ok, thanks ,so which value should i set for the min of batch size to decrease the loss, should i have to set it to 16 ? |
If your GPU RAM is sufficiently large, setting the batch size to 16 is recommended. |
hi ,i add the data according to the readme document ,but when i run python train.py it shows
i print the data path of the image_path and thresh_path ,the path is right,but why loss can't decrease
The text was updated successfully, but these errors were encountered: