kaggle-understanding-clouds icon indicating copy to clipboard operation
kaggle-understanding-clouds copied to clipboard

What the format of the config

Open IIAT-MR-LL opened this issue 5 years ago • 4 comments

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

IIAT-MR-LL avatar Dec 07 '19 14:12 IIAT-MR-LL

Do you mean the file format? It's a YAML.

pudae avatar Dec 08 '19 00:12 pudae

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?

IIAT-MR-LL avatar Dec 08 '19 03:12 IIAT-MR-LL

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.

pudae avatar Dec 09 '19 13:12 pudae

thanks, i already go thru the related code, and find the code to parse it.

IIAT-MR-LL avatar Dec 10 '19 15:12 IIAT-MR-LL