Closed MiaoHu-Pro closed 2 years ago
您好,
服务器是Tesla V100 GPU (CUDA 11.1), 主要使用的包已经在README中标明了 (PyTorch, DGL和Hydra), 建议可以结合具体错误排查下.
谢谢
您好,
服务器是Tesla V100 GPU (CUDA 11.1), 主要使用的包已经在README中标明了 (PyTorch, DGL和Hydra), 建议可以结合具体错误排查下.
谢谢
请问python版本是多少?3.6吗?
python版本是3.9, 不过我感觉不太会是包版本的问题, 你可以把报错信息贴上来看下.
python版本是3.9, 不过我感觉不太会是包版本的问题, 你可以把报错信息贴上来看下.
please see the log as follows:
34 /users/40305887/python_project/se_gnn_env/lib/python3.8/site-packages/hydra/_internal/hydra.py:119: UserWarning: Future Hydra versions will no longer change working directory at job runtime by default.
35 See https://hydra.cc/docs/next/upgrades/1.1_to_1.2/changes_to_job_working_dir/ for more information.
36 ret = run_job(
37 Error executing job with overrides: ['dataset=WN18RR']
38 An error occurred during Hydra's exception formatting:
39 AssertionError()
40 Traceback (most recent call last):
41 File "/users/40305887/python_project/se_gnn_env/lib/python3.8/site-packages/hydra/_internal/utils.py", line 254, in run_and_report
42 assert mdl is not None
43 AssertionError
44
45 During handling of the above exception, another exception occurred:
46
47 Traceback (most recent call last):
48 File "/users/40305887/python_project/SE-GNN/code/run.py", line 219, in
@renli1024
您能提供一下 requirement文件吗?
Check failed: allow_missing: Device API gpu is not enabled. Please install the cuda version of dgl.
应该是dgl和cuda版本不匹配的问题, 建议检查一下, 可以参考官方手册: https://www.dgl.ai/pages/start.html .
Check failed: allow_missing: Device API gpu is not enabled. Please install the cuda version of dgl.
应该是dgl和cuda版本不匹配的问题, 建议检查一下, 可以参考官方手册: https://www.dgl.ai/pages/start.html .
我的服务器CUDA 是11.0 当我安装了 torch 1.7.1+cu110; dgl-cu110 0.9.1; 依然报错,错误如下:
22 Traceback (most recent call last):
23 File "/users/40305887/python_project/SE-GNN/code/run.py", line 16, in
这应该是dgl安装的问题, 你可以试试其他的dgl代码是否可以运行, 不行的话尝试重装下dgl吧.
另外附下我的包版本:
python: 3.9.7
cuda: 11.1 (linux-64/cudatoolkit-11.1.74-h6bb024c_0.tar.bz2)
pytorch: 1.9.1 (py3.9_cuda11.1_cudnn8.0.5_0)
dgl: 0.7.2 (dgl-cuda11.1-0.7.2-py39_0)
hydra: 1.1.1
在这个环境下代码是可以运行的.
你好,
我在运行代码时,一直因为实验环境的问题报错,您能分享一下实验环境的配置吗?
Miao