cassianobecker / dnn

MIT License
4 stars 0 forks source link

configuration file product generator for multiple experiments #25

Closed cassianobecker closed 4 years ago

cassianobecker commented 4 years ago

experiments should accept a single .ini file to configure its parameters, using different sessions for different aspects.

if multiple values are given to a parameter (comma separated), then a pre-processing step must be available to generated multiple versions of the configuration file, one for each possible combination of the parameters being varied

cassianobecker commented 4 years ago

solved by pull-request #28