We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want load yaml file directly, code like cfg = load_cfg('***.yaml') but i got an error, i.e. no corresponding CfgNode exist.
The text was updated successfully, but these errors were encountered:
Two years later but might be useful for someone else:
# Create conf _C = CN() # Allow creating new keys recursively. _C.set_new_allowed(True) _C.merge_from_file(filename)
Sorry, something went wrong.
No branches or pull requests
I want load yaml file directly, code like
cfg = load_cfg('***.yaml')
but i got an error, i.e. no corresponding CfgNode exist.
The text was updated successfully, but these errors were encountered: