geo-deep-learning
geo-deep-learning copied to clipboard
Implement optuna hyperparameter optimization
…on (add returns to train_segmentation.py and run_gdl())
metrics.py: add try/except if missing key model_choice.py: temporarily raise gpu threshold to 100% until issue #246 is addressed train_segmentation.py:
- fix bug for dontcare value in metrics
- always calculate metrics at test time inference_segmentation.py: warn if inference has only background values test hyperparameter optimization in CI with github actions
closes #243