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

Some missing imports causing ImportErrors #5

Open
Dandelight opened this issue May 13, 2024 · 0 comments
Open

Some missing imports causing ImportErrors #5

Dandelight opened this issue May 13, 2024 · 0 comments

Comments

@Dandelight
Copy link

In src/models/clustering_module/__init__.py, there is from .hp_ddc import HPDDC. However, the file hp_ddc.py is not found in clustering_module, and the HPDDC class is not found too. And /data/NCCluster-baselines-sftp/DeepMVC/src/models/__init__.py imports the missing svaug.py. Although the experiments run after deleting the missing imports, the ImportErrors may cause some confusion when someone runs the code for the first time. Please consider providing the implementation of these classes, or removing unused imports to avoid ImportErrors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant