You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm working with the python wrapper bhtsne.py, the iris dataset, and on a ubuntu 14.04.
I'm trying to get the costs for each samples (as specified iat the end of bh_tsne()).
Hello,
I'm working with the python wrapper bhtsne.py, the iris dataset, and on a ubuntu 14.04.
I'm trying to get the costs for each samples (as specified iat the end of bh_tsne()).
I de-commented the last line (of the function)
#read_unpack('{}d'.format(sample_count), output_file)
and adapted it
and put it before the
yield
, inside a simpleprint()
However, all the cost are equal to zero. Even when i set a very low number of iterations, and the verbose tell me that the error is still high:
What did i missed' or how can i get the costs ?
Thanks
The text was updated successfully, but these errors were encountered: