-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When the data have been collected without the Sacred infrastructure in mind, it can happen that there is no equivalent of a config file.
Several cases can appear:
-
One config file is manually created by the user for a set of experiments, and all the experiments should be upoaded with the same config, and only the folder name (added as a config element) changes between those experiments. In that case 1 config file matches several folders and is not inside a folder. It should be possible to specify the file location and upload the config. -> provide template ?
-
One config file is manually created by the user. Each line contains a folder name and the following colmuns contain the config corresponding to each experiment. It should be possible to specify the file location and upload the config and fetch the config corresponding to the experiment based on folder name. -> provide template ?