Releases: HAL-42/AlchemyCat
Releases · HAL-42/AlchemyCat
v0.0.9
AlchemyCat 0.0.9 Release
Improved
- The README no longer recommends creating
__init__.py
next to cfg.py. load_module_from_py
will check for the presence of '.' in the input path. A clear warning is given regarding rollback mode.- When the option value of the
Param2Tune
isConfig
, copy it before assignment to ensure isolation between the option value and the config tree.
v0.0.8
AlchemyCat 0.0.8 Release
Added
Cfg2TuneRunner
can dynamically allocate idle GPUs. The definition of an idle GPU can be manually configured.
Improved
- Allow some
gather_metric
ofCfg2TuneRunner
fail.
v0.0.7
AlchemyCat 0.0.7 Release
Added
Cfg2TuneRunner
now support auto allocateCUDA_VISIBLE_DEVICES
.Config
supports colorful printing.
Improved
- Improve compatibility with MMCV.
- Optimize the parsing logic of
rslt_dir
.