Closed Game4Move78 closed 1 year ago
Hi there. I believe calling benchmark._shutdown()
should stop the instance immediately (see https://github.com/automl/HPOBench/blob/master/hpobench/container/client_abstract_benchmark.py#L481)
Thank you. This appears to solve my problem.
Is there any way to properly dispose of containers when doing multiple runs? At the moment I just call
del benchmark
and instantiate a new one with a different seed, but it leaves a lot of dangling containers that have to be manually cleaned up withsingularity instance stop -a
.