Skip to content

Draft: Add config preburner

Dan Guest requested to merge dguest/training-dataset-dumper:preburn into main

I'm experimenting with a configuration preburner that can be used to add options to an existing config. This is like command line arguments, but much easier to port to grid submissions. Relates to #136 (closed).

To do:

  • Add support for piping in config files
    • In the standard option parsing
    • In the grid submit script
  • Figure out how to write unit tests
Edited by Dan Guest

Merge request reports