DmitryUlyanov / Multicore-TSNE

Parallel t-SNE implementation with Python and Torch wrappers.
Other
1.89k stars 228 forks source link

Feature Request: Output #42

Open SumNeuron opened 6 years ago

SumNeuron commented 6 years ago

I would like to request some form of status output. For example, I have access to a machine with 40 cores and 100 Gb ram and have been running Multicore-TSNE for a few days. It would be a nice to get some output every now and again.

DmitryUlyanov commented 6 years ago

There is a verbose flag, did you set it?

SumNeuron commented 6 years ago

Might have totally missed it. Is it Bool, or int verbosity and does it print to new lines or same line?

hassant4 commented 5 years ago

To see output you need to add the integer verbose parameter in the TSNE() function i.e. TSNE(..., verbose=1)