Lab

This module lets you get constants like paths and set labml configurations.

labml.lab.get_info() Dict[str, Any][source]

Returns information about lab

labml.lab.get_path() Path[source]

Get the path to the root of the project

labml.lab.get_data_path() Path[source]

Get the path to the data folder

labml.lab.get_experiments_path() Path[source]

Get the path to the root of experiment logs

labml.lab.configure(configurations: Dict[str, any])[source]

Set top level configurations through Python. You can set the configurations set through .labml.yaml.

See the guide for details.