DmitryUlyanov / Multicore-TSNE

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

Move `verbose` output from `stdout` to `stderr` #16

Closed bkj closed 7 years ago

bkj commented 7 years ago

Move verbose output from stdout to stderr, makes more sense IMO.

EDIT: Also, make verbose flag functional.