Multicore-TSNE icon indicating copy to clipboard operation
Multicore-TSNE copied to clipboard

Feature Request: Output

Open SumNeuron opened this issue 7 years ago • 3 comments
trafficstars

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.

SumNeuron avatar Feb 18 '18 08:02 SumNeuron

There is a verbose flag, did you set it?

DmitryUlyanov avatar Feb 18 '18 08:02 DmitryUlyanov

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

SumNeuron avatar Feb 18 '18 08:02 SumNeuron

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

hassant4 avatar Jan 14 '19 10:01 hassant4