Skip to main content

implementation of LR scheduling functions in c++, binded using ctypes

Project description

LR Schedulers with C++ extensions

Implements some LR scheduling functions to decay or ramp values across timestamps.

Install

Install with: pip install scheduling_utils

Usage

Each scheduler is available with full python code or c++ code (ctypes is used for binding) wrapped into python classes.
To initialize and use for example a cosine scheduler, do the following:

# import the c++ cosine scheduler
from schedulers_cpp import CosineScheduler

# use this to use the full python version
# from schedulers import CosineScheduler

start_step = 0
stop_step = 10

start_value = 5
stop_value = 20

scheduler = CosineScheduler(start_step, stop_step, start_value, stop_value)

# get values corresponding to step
for step in range(10):
    value = scheduler.step(step)

Available Schedulers

Available Schedulers at current version:

  • Linear:

    linear-ramp linear-decay

  • Cosine:

    cosine-ramp cosine-decay

  • LinearCosine:

    linear-cosine

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

scheduling_utils-0.2.2.tar.gz (88.3 kB view details)

Uploaded Source

File details

Details for the file scheduling_utils-0.2.2.tar.gz.

File metadata

  • Download URL: scheduling_utils-0.2.2.tar.gz
  • Upload date:
  • Size: 88.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for scheduling_utils-0.2.2.tar.gz
Algorithm Hash digest
SHA256 36835b8b5f59e16db8318bc09ae5f34ae71d3c5d9f0f4d148dc7370d13b5ca89
MD5 b46b201e91023e97f72c908ef5480573
BLAKE2b-256 822cab55282a4ccc07a94f337118c59cd4d4d69d6947a45183a14816588edf32

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page