kaggle-understanding-clouds
kaggle-understanding-clouds copied to clipboard
What the format of the config
I see the conf is very clearly. So want to know it's your customize config, or a popular format.
https://github.com/pudae/kaggle-understanding-clouds/blob/master/configs/model_b_00.yaml
Do you mean the file format? It's a YAML.
Thanks for your share, I known it's YAML. How about the meaning of the content, how to parse it. Dose it define by yourself?
I defined them. In general, 'name' is a name of type or type constructor function. 'params' are parameters being passed to a type constructor. Several configurations, i.e train or evaluate, are used as implemented in train.py or inference.py.
thanks, i already go thru the related code, and find the code to parse it.