fix network loading

This commit is contained in:
Connor Olding 2018-06-10 19:34:06 +02:00
parent bc655979af
commit 56f7c01256

View File

@ -497,6 +497,8 @@ local function init()
else
error("Unknown evolution strategy specified: " + tostring(cfg.es))
end
es:params(network:collect())
end
local function prepare_reset()