omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.88k stars 98 forks source link

yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/tuple' #1180

Open Luciennnnnnn opened 3 weeks ago

Luciennnnnnn commented 3 weeks 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