mathysgrapotte / stimulus

Stochastic Testing and Input Manipulation for Unbiased Learning Systems
15 stars 5 forks source link

[feat] python module to validate the tune config fields. #167

Open alessiovignoli opened 2 months ago

alessiovignoli commented 2 months ago

The keys inside the tune_config.yaml should be validated. nf-schema does exactly this. Here is a list of things it should do:

  1. ["tune"]["run_params"]["name"]
  2. ["tune"]["run_params"]["checkpoint_config"]
  3. ["tune"]["run_params"]["storage_path"]

related issues:

121

119

95

52

alessiovignoli commented 2 months ago

usefull documentation on appliyng schema to a given file -> here