Yaml convert

How do I convert discription.py to yaml?

You don’t have to use YAML at all. It is just used in the quickstart examples because it keeps all the config together in one place and YAML is a well-supported format. All we do in the example code is read in the params from the YAML file and use them to construct objects. You could store your model parameter values easily enough directly within a python file (as we do in other examples by importing model_params).