-
Notifications
You must be signed in to change notification settings - Fork 315
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
COGDL的导入突然时间变得很长 #396
Comments
Hi @zhanghaoxuan184, 感谢对cogdl的关注!能否提供一下环境的详细信息,包括python、pytorch版本、cuda等。 |
Environment
|
Hi @zhanghaoxuan184, windows下面我们提供的一些稀疏算子可能没法成功编译。你是否可以试下cpu能否运行,增加一下cpu=True的选项。另外,windows系统是否可以使用wsl来安装和运行pytorch代码呀? |
我在服务器试了无卡运行,依然无法导入,持续卡在导入上 |
我遇到了一样的问题,请问现在解决了吗?我也是用了一段时间突然就无法导入了, Linux系统,CUDA = True和 CUDA = False都试了,还是不行. |
你解决了吗?好奇怪的issue啊 |
我看其他人有的说把版本降低一下可以 |
我需要用最新版本上面的一种可逆层,原来的版本没有。后来我自己把算法写了一下,没有像这个库里面包装的这么好但是也可以用。我在之前的server上还是没法import cogdl,不过换了一个别的server就可以了,如果非要用可以试下换server...感觉要修这个bug估计得花不少时间细研究。 |
❓ Questions & Help
from cogdl import experiment
if name == 'main':
experiment(dataset="cora", model="gcn", epochs=100)
最近我在使用cogdl时,我等了将近几十分钟都没有反应,但之前的话使用起来非常快速,请问是为什么?
The text was updated successfully, but these errors were encountered: