Skip to content
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

Type Annotation for Config is incorrect. #159

Open
Erotemic opened this issue Jan 23, 2025 · 1 comment
Open

Type Annotation for Config is incorrect. #159

Erotemic opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Erotemic
Copy link

In places like lazy.py and others, the hydra.main decorator passes in a config, which is an instance of omegaconf.dictconfig.DictConfig, not yolo.config.config.Config.

Will work on fixing this in my PR:
#150

@Erotemic Erotemic added the bug Something isn't working label Jan 23, 2025
@Erotemic
Copy link
Author

Erotemic commented Jan 23, 2025

I fixed this in one place as part of a smaller PR: #160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant