src.run_tests module

src.run_tests.main()[source]

Main function to run the experiment based on command line arguments. It accepts two arguments: test and overparameterization.

E.g. to run the script: python src/run_tests.py dasgd 200 python -m src.run_tests saasgd 110

Parameters:
  • test – The test/experiment to run. Options are ‘saasgd’, ‘dasgd’, ‘asap_sgd’.

  • overparam – The overparameterization size. Options are ‘110’, ‘150’, ‘200’.

Returns:

None