Skip to content

The code of "Incomplete Contrastive Multi-View Clustering with High-confidence Guiding"

Notifications You must be signed in to change notification settings

liunian-Jay/ICMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICMVC

PyTorch implementation for[ Incomplete Contrastive Multi-View Clustering with High-Confidence Guiding].

Environment

python ==3.8

pytorch==1.12.1

If you want to run the code, you first need to create a python 3.8 environment with PyTorch 1.12.1.

Requirements

Install the dependencies in requirements.txt.

run

Modify the flag in the train to select the data set, and then run the python train.py command.

Datasets

Note that if you want to run your own dataset, you need to add the way to read the dataset in the datasets.py file and add network parameters in config.py.

Then select the data set flag in the train.py and run again.

About

The code of "Incomplete Contrastive Multi-View Clustering with High-confidence Guiding"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages