Skip to main content

trumpet.ai

Project description

Installation

  1. Sign up at trumpet.ai (https://stag.trumpet.ai)
  2. get API KEY
  3. create Team at https://stag.trumpet.ai
  4. create Workspace at https://stag.trumpet.ai
  5. create Project at https://stag.trumpet.ai
  6. install python SDK

pip install trumpetAi

Start

  1. Create experiment
import trumpet_client

# create experiment
run = trumpet_client.init(
    workspace_id={workspace_id}, #optional
    project_id={project_id}, #optional
    user_id={user_id},
    api_key={api_key},
    exp_name={exp_name} #optional
)
  1. Upload with hyperparameter
run.set_hyperparam({
    "learning_rate": {learning_rate},
    "batch_size": {batch_size},
    "epochs": {epochs}
})
  1. Upload with learning metric log
for i in range({epochs}):
    run.log({target_metric}, i)

License

  • Copyright (C) 2022- OKESTRO INC.
  • This package can not be copied and/or distributed without the express permission of OKESTRO Inc.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

trumpet_client-0.0.1-py3-none-any.whl (45.1 kB 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