NVE / avalanche_ml

Applying machine learning in the Norwegian Avalanche warning Service
MIT License
2 stars 1 forks source link

Multi-output parameter for keras #14

Open widforss opened 4 years ago

widforss commented 4 years ago

Keras loss functions seems to work really bad when we don't compile a model that knows that it it a multi-output problem. The machine creators should have a parameter that specifies how many dims each output should have.

widforss commented 4 years ago

https://www.pyimagesearch.com/2018/06/04/keras-multiple-outputs-and-multiple-losses/