Markus Hinsche
Markus Hinsche
**Motivation**: The recommended way of handling paths in Python3 are `pathlib.Path`. **Status Quo:** Currently we use both: * str-like path * pathlib.Path **Solution**: Refactor larger parts of the code to...
https://github.com/Welthungerhilfe/cgm-ml/pull/389/files uncomments inaccurate_scans
- src/common/evaluation/QA/auth.py - src/common/evaluation/QA/eval_depthmap_models/auth.py
**Motivation**: - Azure DevOps builds get deleted after 30 to 60 days, so we can't see artifacts from older runs and our links (for documentation) get invalidated (therefore our proofs...
**Problem**: We see that when fine tuning starts, the loss jumps up. Details: - Nadam has a LR per layer - when we fine-tune (we make base network's layers trainable),...
`src/common/evaluation/QA/eval_depthmap_models/src/tests` You can check the current code coverage with codecov: https://codecov.io/gh/Welthungerhilfe/cgm-ml/tree/main/src/common/evaluation
Currently you have to use docker to run this. In order to make native version work, we could provide virtualenv instructions, e.g.: - `pip install -r requirements.txt` - install `pip...
So far, we only provide instructions to run this on Python2. It would be nice to make the codebase compatible with both Python2 and Python3.