Skip to main content

Experiment tracking for GeoSpatial Machine Learning on GeoEngine

Project description

A Utility Library that assists in Geospatial Machine Learning Experiment Tracking.

Installation

pip install granular-engine

Usage

CLI

engine_cli

engine_cli

Experiment Tracking

from engine import Engine

engine = Engine("test_config.yaml")

for epoch in enumerate(epochs):
   # train
   # eval
   engine.log(step=epoch, train_loss=train_loss, val_loss=val_loss)

engine.done()

License

GPLv3

Documentation

View documentation here <https://engine.granular.ai/>_

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

granular_engine-0.2.26.tar.gz (26.0 kB view hashes)

Uploaded Source

Built Distribution

granular_engine-0.2.26-py3-none-any.whl (30.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