Closed kyledmiller closed 2 months ago
If a model_name is provided, the save_network() function fails to assign the path variable.
model_name
save_network()
path
Remove the makedirs and path variable instantiation lines from the if model_name is None conditional
makedirs
if model_name is None
Issue
If a
model_name
is provided, thesave_network()
function fails to assign thepath
variable.Solution
Remove the
makedirs
andpath
variable instantiation lines from theif model_name is None
conditional