You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
您好,我将压缩包(包含上述的文件)解压在本地并不能运行,我运行fit_model文件会报错,会产生以下的错误:
Traceback (most recent call last):
File "F:\PycharmProjects\E-ResGAT-master\fit_model.py", line 180, in
fit(args)
File "F:\PycharmProjects\E-ResGAT-master\fit_model.py", line 40, in fit
edge_feat, label, adj, adj_lists, config = load_gat(path, device, binary)
File "F:\PycharmProjects\E-ResGAT-master\loader.py", line 56, in load_gat
edge_feat = np.load(path + "edge_feat_scaled.npy") # (n,f)
File "D:\Anaconda\envs\TF2.10gpu\lib\site-packages\numpy\lib\npyio.py", line 427, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/Darknetedge_feat_scaled.npy'
您好,我将压缩包(包含上述的文件)解压在本地并不能运行,我运行fit_model文件会报错,会产生以下的错误:
Traceback (most recent call last):
File "F:\PycharmProjects\E-ResGAT-master\fit_model.py", line 180, in
fit(args)
File "F:\PycharmProjects\E-ResGAT-master\fit_model.py", line 40, in fit
edge_feat, label, adj, adj_lists, config = load_gat(path, device, binary)
File "F:\PycharmProjects\E-ResGAT-master\loader.py", line 56, in load_gat
edge_feat = np.load(path + "edge_feat_scaled.npy") # (n,f)
File "D:\Anaconda\envs\TF2.10gpu\lib\site-packages\numpy\lib\npyio.py", line 427, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/Darknetedge_feat_scaled.npy'
然而当我将这个文件edge_feat_scaled.npy重命名为Darknetedge_feat_scaled.npy,会进一步显示报错,datasets/DarknetDarknetedge_feat_scaled.npy
我是在win系统下运行的,numpy,torch以及scikit的版本比您要求的高。
能麻烦您指导下问题所在吗?
The text was updated successfully, but these errors were encountered: