Open SumNeuron opened 6 years ago
There is a verbose
flag, did you set it?
Might have totally missed it. Is it Bool, or int verbosity and does it print to new lines or same line?
To see output you need to add the integer verbose parameter in the TSNE() function i.e.
TSNE(..., verbose=1)
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.