Skip to content

herandy/DEPICT

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
-
August 7, 2017 21:05
-
August 7, 2017 21:05
-
August 8, 2017 08:38
v
August 8, 2017 19:48
August 8, 2017 21:23
December 21, 2017 19:07

Implementation of the DEeP Embedded RegularIzed ClusTering (DEPICT) algorithm.

Released as part of ICCV 2017 paper submission "Deep Clustering via Joint Convolutional Autoencoder Embedding and Relative Entropy Minimization".

Package versions used when preparing the paper:

Theano 0.9.0
Lasagne 0.2.dev1
CUDA toolkit 8.0, CUDNN 5105
Python 2.7.13 & 3.6.1

Use DEPICT.py and change its arguments accordingly to run the algorithm, you only need to specify dataset names by passing --dataset=USPS for example.

By default the model saves the parameters at each step but will not load them if the files are available, to make the program check for available files and load its parameters at each step pass --continue_training.

To reproduce running times, the MATLAB version of AC-MPI should be used for some datasets, our code automatically uses the MATLAB version if the engine is installed. Please install the MATLAB engine for Python, you can follow the original installation instructions

We have included our .theanorc file to ensure consistency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published