Shortcuts

ride.main

main.py

Main entry-point for the Ride main wrapper. For logging to be formatted consistently, this file should be imported prior to other libraries

isort:skip_file

Module Contents

Classes

Main

Complete main programme for the lifecycle of a machine learning project

Functions

patched_getLogger([name])

hprint(msg)

Message header print

dprint(d)

make_save_results(→ Callable[[str, Any], None])

Attributes

original_getLogger

logger

ride.main.original_getLogger[source]
ride.main.patched_getLogger(name: str = None)[source]
ride.main.logger[source]
class ride.main.Main(Module: Type[ride.core.RideModule])[source]

Complete main programme for the lifecycle of a machine learning project

Usage:

Main(YourRideModule).argparse()

argparse(args: List[str] = None, run=True)[source]
main(args: pytorch_lightning.utilities.parsing.AttributeDict)[source]
ride.main.hprint(msg: str)[source]

Message header print

Parameters:

msg (str) – Message to be printed

ride.main.dprint(d: dict)[source]
ride.main.make_save_results(root_path: str, verbose=True) Callable[[str, Any], None][source]
Read the Docs v: stable
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.