-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
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
omegaconf.errors.ConfigAttributeError: Missing key pretty #21
Comments
请问这个问题你解决了嘛?谢谢 |
It needs to use hydra==1.0 |
Has your problem been resolved? If it is solved, can you explain where the problem is and how to solve it? |
I tried "pip install hydra-core==1.0.1" and the installation was successful, but there are still problems. as follows: OmegaConf.register_resolver(name, f) Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. Can you help me solve the problem? Thanks! |
yes, i have dealed with the problem. you need to annotate or delete this line " print(args.pretty())" . I cannot find what the problem with it, i cannot find out the key-word of pretty. It maybe also problem with another thing.... |
Thank you very much for your answer, this problem has been solved! |
请问这个问题该怎么解决
![image](https://user-images.githubusercontent.com/22213368/140026532-50867ac1-10a3-4099-afdc-ac45869ebb4f.png)
The text was updated successfully, but these errors were encountered: