Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

granular-engine

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

granular-engine

Experiment tracking for GeoSpatial Machine Learning on GeoEngine

  • 0.2.26
  • PyPI
  • Socket score

Maintainers
1

Engine

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

Installation

.. code:: shell

pip install granular-engine

Usage

CLI


.. figure:: https://user-images.githubusercontent.com/2713531/210276844-16d3867d-461c-44ba-870b-00d6d6266dbf.gif
   :alt: engine_cli

   engine_cli

Experiment Tracking

.. code:: python

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/>\ _

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc