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

Add inception/xception model #89

Closed
lewfish opened this issue Jul 25, 2017 · 1 comment
Closed

Add inception/xception model #89

lewfish opened this issue Jul 25, 2017 · 1 comment

Comments

@lewfish
Copy link
Contributor

lewfish commented Jul 25, 2017

At the end of the Planet Kaggle competition, we found that adding Inception to the ensemble improved the score. Unfortunately, the code we were using was problematic because it doesn't assign a unique name to each layer, so we can't use model.load_weights with it. The automatically generated layer names aren't consistent each time you create a new model (the names contain a constant which is global incremented) so they can't be used after the "best" model is loaded from disk after training finishes. We can fix this in a few ways: fix the underlying problem in Keras or report an issue, add unique layer names to the inception code, or use the Xception model builtin in to Keras which appears to be an improved version of Inception and has unique layer names.

@lewfish
Copy link
Contributor Author

lewfish commented Feb 12, 2018

This issue is no longer applicable to the current and future versions of Raster Vision so I am closing it.

@lewfish lewfish closed this as completed Feb 12, 2018
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

No branches or pull requests

1 participant