NidaNabi / embedding-new-datapoints-in-existing-t-SNE

This code uses openTSNE to embed new data points to a reference embedding.
1 stars 0 forks source link

Error about "dynamic_tsne" function #1

Open ningyile opened 1 year ago

ningyile commented 1 year ago

Hello NidaNabi, I am very interested in this script "Dynamic t-SNE".

Xs, y = create_blobs(class_size=200, advection_ratio=0.1, steps=10,
                     random_state=seed)

Ys = dynamic_tsne(Xs, perplexity=70, lmbda=0.1, verbose=1, sigma_iters=50,
                  random_state=seed)

for Y in Ys:
    plot1(Y,y)

However, when I run dynamic_tsne function, I got an error:

iShot_2023-02-03_15 09 36

Maybe this error is related to the OS or version of the package? Please reply at your convenience, thank you! @NidaNabi

NidaNabi commented 1 year ago

Hello Please refer to this github

https://github.com/paulorauber/thesne

On Thu, 9 Feb, 2023, 12:24 pm Yi-Le Ning, @.***> wrote:

Hello NidaNabi, I am very interested in this script "Dynamic t-SNE".

Xs, y = create_blobs(class_size=200, advection_ratio=0.1, steps=10, random_state=seed)

Ys = dynamic_tsne(Xs, perplexity=70, lmbda=0.1, verbose=1, sigma_iters=50, random_state=seed)

for Y in Ys: plot1(Y,y)

However, when I run dynamic_tsne function, I got an error:

[image: iShot_2023-02-03_15 09 36] https://user-images.githubusercontent.com/39246108/216536318-f7d82b9c-fd04-4d31-9097-8d8d5aaec22e.png

Maybe this error is related to the OS or version of the package? Please reply at your convenience, thank you! @NidaNabi https://github.com/NidaNabi

— Reply to this email directly, view it on GitHub https://github.com/NidaNabi/embedding-new-datapoints-in-existing-t-SNE/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY34BIXB4SET2OBTA4QEJOTWWSICTANCNFSM6AAAAAAUWFEVAM . You are receiving this because you were mentioned.Message ID: @.***>