:py:mod:`test_running_stats` ============================ .. py:module:: test_running_stats .. autoapi-nested-parse:: Tests for computing mean and std in running batches Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: test_running_stats.TestRunningStats .. py:class:: TestRunningStats(methodName='runTest') Bases: :py:obj:`unittest.TestCase` A suite of tests verifying mean and std in running batches .. py:method:: setUpClass() :classmethod: Set global defaults for tests .. py:method:: test_running_mean_np() Test running mean computation on np array .. py:method:: test_running_std_np() Test running std computation on np array .. py:method:: test_running_stats() Test running mean, std computation on torch using RunningStats