You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 yamlThe text was updated successfully, but these errors were encountered: