Skip to content
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

change on FCN.py #113

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

change on FCN.py #113

wants to merge 3 commits into from

Conversation

yeLer
Copy link

@yeLer yeLer commented May 24, 2019

In view of the inability to converge in the loss of training, I made the following changes to the FCN.py file:
1 The initial learning rate is 1e-4, and the training iteration is 1e5 times, which becomes the original learning rate of 5e4 per iteration.
2 The loss function changes from sparse_softmax_cross_entropy_with_logits() to fcn's custom loss function.

Experiments show that the modified code can finally converge and have a good effect on the verification set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant