Skip to main content

SDK for DetaMetrics TensorBoard alternative.

Project description

DetaMetricsSDK

A Python SDK for interacting with my TensorBoard alternative that runs on Deta Space.

Installation

pip install detametrics

Usage

TensorFlow Callback

Requires Tensorflow to be installed.

from detametrics.tf import DetaMetricsTFCallback

# use in your keras model
model = ...
model.fit(
  ..., # other params here
  callbacks=[DetaMetricsTFCallback("MY_URL_ID")]
)

Base API

Get your URL id from the UI on the Deta Space app.

from detametrics import DetaMetrics

metrics = DetaMetrics("MY_URL_ID") # get it from the Deta Space App UI
metrics.clear() # WARNING: clears all past metrics

metrics.set("GraphName", "LineName", 0.1)
metrics.set("GraphName", "LineName", 123.45)
metrics.set("GraphName", "LineName", 78.9)

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

DetaMetrics-0.0.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

DetaMetrics-0.0.3-py3-none-any.whl (3.5 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