It allows to call flexp.setup() multiple times in one script. Might be used if multiple models are trained in one script - more experiment folder is created.
Changes ensures that:
no exeption is raised when calling flexp.setup(), flexp.close(), flexp.setup()
exeption is raised when calling flexp.setup(), flexp.setup()
log files are correct
flexp_info.txt is created at the time of calling flexp.close()
Sorry, some formating was changed when I used automatic formating.
It allows to call flexp.setup() multiple times in one script. Might be used if multiple models are trained in one script - more experiment folder is created.
Changes ensures that:
Sorry, some formating was changed when I used automatic formating.