Skip to content

Add multiple NNs to single tag dumper

There are a few changes here:

  • I bumped the base release to include some additions to DL2HighLevel which make it movable. Practically speaking this is just a way to make it work in a std::vector<DL2HighLevel>.
  • The setup script now grabs the release version from the .gitlab-ci.yml file. This makes the script a bit more complicated than it has to be, but it also means one less thing gets out of sync.
  • We can run a list of NNs now, and this list is configurable.
  • The floats we save are also configurable since what we want depends on which NNs we run.

Merge request reports