trumpet.ai
Project description
Installation
- Sign up at trumpet.ai (https://stag.trumpet.ai)
- get API KEY
- create Team at https://stag.trumpet.ai
- create Workspace at https://stag.trumpet.ai
- create Project at https://stag.trumpet.ai
- install python SDK
pip install trumpetAi
Start
- 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
)
- Upload with hyperparameter
run.set_hyperparam({
"learning_rate": {learning_rate},
"batch_size": {batch_size},
"epochs": {epochs}
})
- 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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfa977e8a13f8a2cd98b31f1f5a5d68b9a19b24f79df45a8c446202acfa8dc7f
|
|
| MD5 |
4fb97a1862705419f042b41c5c88f6c7
|
|
| BLAKE2b-256 |
b353a86bdc72e9858296181070106beeecb4fd23bf303a7462af6c47a5a393e8
|