Store model path to allow its usage in the templates
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?