Skip to content

Store model path to allow its usage in the templates

Christopher Jan-Steffen Brix requested to merge oneclick_nn_training into master

Now that the CNNArchGenerator is an abstract class, the generate(Path modelsDirPath, String rootModelName) is defined there. We need to save the model path to access it later from inside the templates.

This fix is needed by the CNNArch2X repositories - should we increase the version number again, or will they get the correct version regardless?

Merge request reports