Tomasz Kornuta

Results 20 issues of Tomasz Kornuta

https://mi-prometheus.readthedocs.io/en/stable/research/2_vigil.html#vigil-experiments

Take into account: - new flags for all workers/grid workers and - introduce helpers

enhancement

**Describe the bug** Why two test runs on MNIST test set with different random seeds return different values **To Reproduce** 1. Train a model: mip-online-trainer --c configs/vision/simplecnn_mnist.yaml --li 2. Run...

bug

In current trainers/tester flow there are several loops that need to be broken if a given condition is true. In particular, some conditions need to be checked few times (e.g....

enhancement

This is a worker which: - runs grid-trainer (and creates a new folder with experiments) - runs grid-tester on the resulting folder with experiments - runs grid-analyzer on the final...

enhancement