-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bad accuraccy + Crash after saving weights4.h5 #2
Comments
Solved with #1 . Still get the final strange error but now the model learns correctly. Here are the final metrics I get:
|
Glad you fix it and the metrics look correct to me, @pasquierjb. |
Good! Do you have a code to vectorize the predictions (into a geojson with multipe lines for example)? @Geoyi |
Sorry, I totally missed out your questions here @pasquierjb. Yes, I do have a vectorization of road prediction, but currently, it's in Javascript, and we will write it in python and open source with company version of Pixel Decoder. I don't have much build in in this version, but only for the presentation of FOSS4G. |
Thanks! Let me know when it's ready |
In the last epoch of the last loop, I get:
And at the end of the training, I get this strange error. However the unet_weights4.h5 got saved correctly.
I attach the log file of the training.
log.txt
The text was updated successfully, but these errors were encountered: