Tracker
=======

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

.. automodule:: labml.tracker

    Track
    -----

    .. autofunction:: save

    .. autofunction:: add


    Step
    ----
    .. autofunction:: set_global_step

    .. autofunction:: add_global_step

    .. autofunction:: get_global_step


    Setup
    -----

    .. autofunction:: set_histogram

    .. autofunction:: set_scalar


    Namespaces
    ----------

    .. autofunction:: namespace


    Helpers
    -------

    .. autofunction:: reset

    .. autofunction:: new_line
