Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core #1

Open
JiweiTian opened this issue Dec 5, 2019 · 4 comments
Open

core #1

JiweiTian opened this issue Dec 5, 2019 · 4 comments

Comments

@JiweiTian
Copy link

I am very intested in this research "Visualizing Time-Dependent Data Using Dynamic t-SNE".
However, the code (https://github.com/paulorauber/thesne) :
from core import floath
from core import cost_var
from core import find_sigma

The "core" cann't be download. It seems that the "core" is outdated.
Can it be replaced with something else?
Thank you.

@JiaxiangBU
Copy link

@JiweiTian Here is the location of the module https://github.com/paulorauber/thesne/blob/master/model/core.py

@JiaxiangBU
Copy link

@JiweiTian Here is the location of the module https://github.com/paulorauber/thesne/blob/master/model/core.py

大佬,这个脚本你跑通了吗?我解决了 core引用的问题,但是包依然会报错。 @JiaxiangBU

报错贴一下看一下

@ningyile
Copy link

ningyile commented Feb 9, 2023

@JiweiTian Here is the location of the module https://github.com/paulorauber/thesne/blob/master/model/core.py

大佬,这个脚本你跑通了吗?我解决了 core引用的问题,但是包依然会报错。 @JiaxiangBU

报错贴一下看一下

我发现了一个把这个包整理到了一个脚本的项目:https://github.com/NidaNabi/Simple-Dyanamic-tsne-using-theano/blob/main/Dynamic_TSNE.ipynb

但是运行脚本里面最后一个代码时候发现"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)

报错的图如下,我用的MAC系统

iShot_2023-02-03_15 09 36

@JiaxiangBU

@JiaxiangBU
Copy link

报错部分 Exception 后面,方便 print 看下么?或者贴出来,缩进没显示;

print(""“其中的文本""")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants