## Summary In MapReader, we have the functionality to create model ensembles, i.e.: <p align="center"> <img src="https://user-images.githubusercontent.com/1899856/151774153-6dd4673e-70cd-4c27-8eb5-c10f04f1edb2.png" width="400"> </p> We have tested this on some examples but not on our current labelled data. The idea here is to test this functionality on train/validation sets. ## TODO - [ ] Review: https://github.com/Living-with-machines/MapReader/blob/main/mapreader/train/classifier_context.py - [ ] Check the notebook (not on github) - [ ] How to set context size, NN architectures and ... hyperparams. - [ ] Create a tutorial
Summary
In MapReader, we have the functionality to create model ensembles, i.e.:
We have tested this on some examples but not on our current labelled data. The idea here is to test this functionality on train/validation sets.
TODO