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

If you're not sure about the file name format, learn more about wheel file names.

trumpet_client-0.0.1-py3-none-any.whl (45.1 kB view details)

Uploaded Python 3

File details

Details for the file trumpet_client-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: trumpet_client-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 45.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.13

File hashes

Hashes for trumpet_client-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bfa977e8a13f8a2cd98b31f1f5a5d68b9a19b24f79df45a8c446202acfa8dc7f
MD5 4fb97a1862705419f042b41c5c88f6c7
BLAKE2b-256 b353a86bdc72e9858296181070106beeecb4fd23bf303a7462af6c47a5a393e8

See more details on using hashes here.

Supported by

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