Feature Request: Output
SumNeuron opened this issue · 3 comments
SumNeuron commented
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
There is a verbose
flag, did you set it?
SumNeuron commented
Might have totally missed it. Is it Bool, or int verbosity and does it print to new lines or same line?
hassant4 commented
To see output you need to add the integer verbose parameter in the TSNE() function i.e.
TSNE(..., verbose=1)