Testing is set up using pytest and coverage is handled with the pytest-cov plugin. Run your tests with py.test in the root directory. Coverage is ran by default and is set in the pytest.ini file. To ...
Beast Logger is a simple but advanced logging module for Python data structures and tensors. It is built for, but not limited to, tracing the progress of all kind of Machine Learning (ML) algorithms, ...