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

>>> from engine import Engine
>>>
>>> # Make a config.yaml with GeoEngine projectId and exportId and other necessary details
>>> engine = Engine("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

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.1.3.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

granular_engine-0.1.3-py3-none-any.whl (9.3 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