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

[multimodal] fix python packages missing __init__.py #3158

Merged

Conversation

gradientsky
Copy link
Contributor

Issue #, if available:
#3155

Description of changes:

  • Added __init__.py to python packages.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@gradientsky gradientsky added bug Something isn't working module: multimodal labels Apr 19, 2023
@gradientsky gradientsky changed the title Packages fix [multimodal] fix python packages missing __init__.py Apr 19, 2023
@FANGAreNotGnu
Copy link
Contributor

Cli and configs are not directly imported in other files. I'm not sure if we shall treat them as packages.

@github-actions
Copy link

Job PR-3158-33db9b7 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-3158/33db9b7/index.html

@@ -83,11 +83,6 @@
"configs/environment/*.yaml",
"configs/distiller/*.yaml",
"configs/matcher/*.yaml",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we put __init__.py in configs, can we remove the yaml files here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

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

Successfully merging this pull request may close these issues.

None yet

4 participants