-
Notifications
You must be signed in to change notification settings - Fork 44
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
About the acc and loss of training #1
Comments
You may find that the acc will go to 100%, and that is fine for a short while. Just keep an eye on the outputs to be sure there is no collapse (strange pixels or artifacts). 200 epochs may be too much unless you increase your dataset size with many more distinct samples. If you require the pre-trained models I can share them with you for research only. Please email me and tell me which university + lab you are affiliated with. |
Hi, |
Yes, testing was performed on a GPU. Check to make sure the config.py has
the GPU set to the right of (eg "0") and not "" which means CPU.
…On Wed, Dec 11, 2019, 20:28 SherrySky97 ***@***.***> wrote:
Hi,
Do you train your program on the GPU?
When I trained I found that Volatile GPU-Util was always 0, although each
GPU is occupied 161MiB .
And my training is very slow.
It takes 8h to train an epoch.
Do you have a way to speed up training?
Thanks,
Best wishes.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=ACYEV236MHPJ7MHUVJKQTT3QYDFGDA5CNFSM4JRCVGT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGSZGEA#issuecomment-564499216>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYEV26CQRPGNZ3I2JWRGLDQYDFGDANCNFSM4JRCVGTQ>
.
|
Thank you, now I can train the net on a GPU.
conv3d_5 (Conv3D) (None, 2, 2, 2, 1) 16385 batch_normalization_3[0][0]but I think it should be 1x1x1x1(a number) |
Hi,
I am recreating your network and I have a problem with training.
To save time, I reduced the number of enhanced pictures by rotation to 4 and reduced the number of filters to 32.
When I trained for 200 epochs, my results are as follows:
D_loss acc G_loss
0.004051 | 100 | 6.248324 | 2 days, 12:04:16.416641
0.003934 | 100 | 5.108233 | 2 days, 12:04:35.168347
0.010535 | 100 | 4.973368 | 2 days, 12:04:53.246595
0.004152 | 100 | 5.723831 | 2 days, 12:05:10.234157
0.006562 | 100 | 5.827019 | 2 days, 12:05:28.685273
0.003435 | 100 | 5.879334 | 2 days, 12:05:46.087877
I want to know if your results are similar to me.
Because GAN expects the acc of D to be 50%, and the loss of G is as small as possible,this result does not meet expectations.
Do you have a way to optimize your network?
Your work has helped me a lot.
Thanks,
Best wishes.
The text was updated successfully, but these errors were encountered: