-
Notifications
You must be signed in to change notification settings - Fork 62
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
Model does not converge #10
Comments
why do you mean by model does not converge? |
Sorry,I think that the loss of 0.6 is not small enough. |
Did you have a data augmentation? I can't reach the loss of 0.6, but 0.72 |
Hi, I'm using train_test_split from sklearn for validation patches and labels. After passing the train and test values to fit_unet() function, I'm getting this error: 'ValueError: tf.function-decorated function tried to create variables on non-first call.' |
Hi Issam:
thanks for you code!when I training the network,model does not converge. I try to reduce the learning rate and increase batch size,but it is not working. New to deep learning. Sorry for bothering you.
The text was updated successfully, but these errors were encountered: