Skip to content

Bugs of core/tsne_torch_loss.py #2

@amylmy

Description

@amylmy

Thanks for your excellent work. However, there are problems when I test with your code.
In line 6

from sklearn.manifold.t_sne import _joint_probabilities, _joint_probabilities_nn

Should it be from sklearn.manifold._t_sne ?

This was successfully imported after changing t_sne to _t_sne. However, the _joint_probabilities_nn reported only taking 3 positional arguments, but 4 were given. And After I fixed this, another error occurred...
Could you tell me how to solve this?
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions