Skip to content

Some missing imports causing ImportErrors #5

@Dandelight

Description

@Dandelight

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions