blotero / seg_tgce

MIT License
0 stars 0 forks source link

Standardize experiments #40

Closed blotero closed 3 months ago

blotero commented 4 months ago

Standardize the way in which experiments are executed. Inspire from: https://colab.research.google.com/drive/1FGQ9pLHtHGOSoqgTgk73ggyD7F_PAzDH?usp=sharing

blotero commented 4 months ago

Current design points to have several experiments for every runner (a runner might be the setup for running a particular set of data and techniques). Experiments then, only contain parameters, runners handle all implementation details.

image