Suppose I have a server where many users run different experiments, possibly with different Trains Servers.
I know about the TRAINS_CONFIG_FILE
environment variable, but I wonder if this can be made more flexible in one of the following ways:
- Specifying the Trains config file dynamically, i.e. during runtime of the training script?
- Storing a config file in each of the training repos and specifying its path relatively to the running script path (instead of relatively to
~/
)?