Experiment
==========

`Here is a tutorial on Google Colab that shows how to use the experiment module <https://colab.research.google.com/github/labmlai/labml/blob/master/guides/experiment.ipynb>`_

.. automodule:: labml.experiment

     Create Experiment
     -----------------

     .. autofunction:: create

     .. autofunction:: record

     .. autofunction:: evaluate

     .. autofunction:: start

     .. autofunction:: get_uuid


     Configurations & Hyper-parameters
     ---------------------------------

     .. autofunction:: configs

     .. autofunction:: load_configs
