shahsohil / DCC

This repository contains the source code and data for reproducing results of Deep Continuous Clustering paper
MIT License
208 stars 53 forks source link

Visual end-to-end example and python3 compatibility #15

Closed LemonPi closed 5 years ago

LemonPi commented 5 years ago

This pull request adds a step by step guide on an artificial data set that's easy to visualize. An end-to-end training script is in easy_example.py.

It also brings python3 compatibility, centralizing where problem specific network architecture is defined, and bug fixes.

Addresses #14 and #13

LemonPi commented 5 years ago

Hey @shahsohil could you take a look at the changed files here? The example I added is in pytorch/easy_example. Other than that I refactored the code a bit and added python3 compatibility.

LemonPi commented 5 years ago

@shahsohil made those requested changes