Open Luciennnnnnn opened 5 months ago
I have a yaml file with a: !!python/tuple [2, 2, 4, 8], where I load it with conf = OmegaConf.load(args.config), it seems that omegaconf do not support tuple in yaml
a: !!python/tuple [2, 2, 4, 8]
conf = OmegaConf.load(args.config)
I have a yaml file with
a: !!python/tuple [2, 2, 4, 8]
, where I load it withconf = OmegaConf.load(args.config)
, it seems that omegaconf do not support tuple in yaml