Skip to main content

This is a small library for logging while training ML. Current version is 0.2.2, its a feature-poor pre-alpha.

Project description

flowlogger

flowlogger currently is small lib in pre-alpha version for helping with ML training logging.

What is this?

flowlogger is a lib for ML training logging, currently is very few functions, currently will be improved. Currently in pre alpha

Installing

Through pip:

pip install flowlogger

Usage

Calculating the function execution time:

Using dict:

options = {
        'class_name': 'Test'
        'save_path': 'test.log',
        'print_output': True
        'return_dict': True
    }
@fl.flclass(options=options)
def print_world():
    print('Hello World!')

print_world()

Using vars:

@fl.flclass(class_name='Test', save_path='hello.log')
def five_plus_five():
    solution = 5 + 5
    print(solution)

five_plus_five()

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

flowlogger-0.2.2.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flowlogger-0.2.2-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for flowlogger-0.2.2.tar.gz
Algorithm Hash digest
SHA256 519fc3f4f56f75b580d7184076dac23b22905a2d72705aa8d3dbfcc85aa79b8b
MD5 71bbaacaae823a44343d74ac3e4285f5
BLAKE2b-256 c290d292a63c0a9aa3dc000f1084495b89d8023cd4f68aa013fb5607bab50d09

See more details on using hashes here.

File details

Details for the file flowlogger-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: flowlogger-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for flowlogger-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 699496309ee0f2f61827040e15a75a502fcd2b8775b9b9826c0c4a3947fe3576
MD5 70274223503c32736352942a1f487387
BLAKE2b-256 ac68258a737912d74049e0004045008ada00ad613ef37cd98bcd338fa850bf7a

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