Skip to main content

Measuring the footprints of deep learning models at training, testing and evaluating to reduce energy consumption and carbon footprints

Project description

greenops

Software to measure the footprints of deep learning models at training, testing and evaluating to reduce energy consumption and carbon footprints.

How to use

import greenops as go

And you can use greenops right now.

To begin a new a measurement simply type

measure = go.Measure()

There are two main approaches to make measurements.

  1. You can use measure.start() and measure.stop() .
  2. You can use measure.update().
measure.start()

# Your code to measure

measure.stop()

or

while condition:

  measure.update()

  # Your code to measure

Both start() , stop() and upgrade() accepts a stage_name parameter. You can manage different stages concurrently.

Go advanced

Instead of Measure you can use advanced.ThreadMeasure or torchmeasure.TorchMeasure as well.

More details

Coming soon.

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

greenops-0.1.0.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

greenops-0.1.0-py3-none-any.whl (23.4 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