Monitor
=======

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

.. automodule:: labml.monit

     Basic
     -----

     .. autofunction:: section

     .. autofunction:: func

     .. autofunction:: progress

     .. autofunction:: fail


     Iterators
     ---------

     .. autofunction:: iterate

     .. autofunction:: enum

     .. autofunction:: mix

     Loop
     ----

     .. autofunction:: loop

     .. autofunction:: finish_loop
