Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

how to get clustering result of origin file name through data in file "/exp/clusters" ? #25

Closed
SpartacusIn21 opened this issue Apr 2, 2019 · 2 comments

Comments

@SpartacusIn21
Copy link

No description provided.

@mathildecaron31
Copy link
Contributor

Hi,
You may load the list of cluster assignments with pickle as it was saved with pickle.
You can do the following: cluster_assignments = pickle.load(open('/exp/clusters', 'rb')). This is a list, cluster_assignments[0] will give you the cluster assignment for the whole dataset at epoch 0.

@cptbtptp125
Copy link

Can the results of cluster assignment be visualized directly? That is, the classification result image is directly saved into the corresponding category folder.

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

No branches or pull requests

3 participants