Skip to main content

Experiment Assist

Project description

ExAssist

build-status Documentation Status

ExAssist is an light-weight assist tool that can save your time from doing experiments. It is designed to help you with:

  1. Track the configurations for each experiment.

  2. Record any temporary data during experiments.

  3. Gather host information for each experiment.

Installation

pip install ExAssist

Example

  1. Download the template files into your experiment root directory.

  2. Write up your experiments in main.py:

import ExAssist as EA

# Get an instance of ExAssist just like getting a logger.
assist = EA.getAssist('Test')
with EA.start(assist) as assist:
    # Here starts your experiments.
    for i in range(100):
        assist.info['loss'] = 100 - i
        assist.step()
  1. Run your experiment:

python main.py

More details, please see http://exassist.zhouyichu.com/en/latest/quickstart.html.

Documents

http://exassist.zhouyichu.com/en/latest/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ExAssist-0.3.2.tar.gz (1.6 MB view hashes)

Uploaded Source

Built Distribution

ExAssist-0.3.2-py3-none-any.whl (1.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page