Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@liuzuxin liuzuxin released this 14 Jun 16:03
· 3 commits to main since this release
db86702

First Release

EasyRunner is a lightweight tool for managing and executing multiple parallel experiments with minimum dependencies. It simplifies the process of running multiple experiments with different configurations or hyperparameters, while monitoring system resources.

Features

  • Run multiple experiments in parallel
  • Simple dependencies. It only depends on prettytable and psutil library. So you can basically use this for any platforms.
  • Monitor system resources (CPU and memory usage) during experiments
  • Early termination of experiments by inputting the experiment number
  • Colorized display of experiment status and resource usage
  • Generate a list of instructions from a template and arguments