-
Notifications
You must be signed in to change notification settings - Fork 414
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
How to improve accuracy #83
Comments
I discard this function 'load_initial_weights', because i think w and b in net have init ,such as code: def conv(self,x, filter_height, filter_width, num_filters, stride_y,
if i delete function 'load_initial_weights', Have any influence on net? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2019-05-28 10:45:45.833285 Validation Accuracy = 0.2188
2019-05-28 10:45:45.833390 Saving checkpoint of model...
2019-05-28 10:45:47.135384 Model checkpoint saved at checkpoints/model_epoch1.ckpt
2019-05-28 10:45:47.464044 Start validation
2019-05-28 10:45:50.295000 Validation Accuracy = 0.2188
2019-05-28 10:45:50.295116 Saving checkpoint of model...
2019-05-28 10:45:51.710815 Model checkpoint saved at checkpoints/model_epoch1.ckpt
2019-05-28 10:45:52.035434 Start validation
2019-05-28 10:45:54.884074 Validation Accuracy = 0.2188
2019-05-28 10:45:54.884180 Saving checkpoint of model...
2019-05-28 10:45:56.231970 Model checkpoint saved at checkpoints/model_epoch1.ckpt
2019-05-28 10:45:56.560833 Start validation
2019-05-28 10:45:59.407273 Validation Accuracy = 0.2188
2019-05-28 10:45:59.407380 Saving checkpoint of model...
2019-05-28 10:46:01.239952 Model checkpoint saved at checkpoints/model_epoch1.ckpt
2019-05-28 10:46:01.566239 Start validation
2019-05-28 10:46:04.391418 Validation Accuracy = 0.2188
2019-05-28 10:46:04.391538 Saving checkpoint of model...
2019-05-28 10:46:05.695854 Model checkpoint saved at checkpoints/model_epoch1.ckpt
2019-05-28 10:46:06.340697 Start validation
2019-05-28 10:46:09.281800 Validation Accuracy = 0.2188
2019-05-28 10:46:09.281909 Saving checkpoint of model...
2019-05-28 10:46:10.555316 Model checkpoint saved at checkpoints/model_epoch1.ckpt
2019-05-28 10:46:10.904200 Start validation
2019-05-28 10:46:13.926193 Validation Accuracy = 0.2188
2019-05-28 10:46:13.926291 Saving checkpoint of model...
As you see,accuracy is 0.2188 and not change.What can I do to fit this condition
The text was updated successfully, but these errors were encountered: