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

No such file or directory: '../kbp_data/label2id.dat' #2

Closed
SeekPoint opened this issue Dec 4, 2018 · 2 comments
Closed

No such file or directory: '../kbp_data/label2id.dat' #2

SeekPoint opened this issue Dec 4, 2018 · 2 comments

Comments

@SeekPoint
Copy link

ub16hp@UB16HP:~/ub16_prj/NPNs/src$ python NPN_TS.py kbp_config.cfg
2018-12-04 20:07:50.388605: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
2018-12-04 20:07:50.449166: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:892] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2018-12-04 20:07:50.449441: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1030] Found device 0 with properties:
name: GeForce GTX 950M major: 5 minor: 0 memoryClockRate(GHz): 1.124
pciBusID: 0000:01:00.0
totalMemory: 3.95GiB freeMemory: 147.38MiB
2018-12-04 20:07:50.449465: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1120] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX 950M, pci bus id: 0000:01:00.0, compute capability: 5.0)
Traceback (most recent call last):
File "NPN_TS.py", line 416, in
model.load_data_and_embedding()
File "NPN_TS.py", line 387, in load_data_and_embedding
self.train_data = EEData("train", self.configure)
File "/home/ub16hp/ub16_prj/NPNs/src/EEData.py", line 42, in init
self.load(split)
File "/home/ub16hp/ub16_prj/NPNs/src/EEData.py", line 229, in load
self.load_label2id(label2id_file)
File "/home/ub16hp/ub16_prj/NPNs/src/EEData.py", line 244, in load_label2id
for line in open(file_name):
IOError: [Errno 2] No such file or directory: '../kbp_data/label2id.dat'

@sanmusunrise
Copy link
Owner

Hi,
Please carefully read the README file and send me an email to request for the datasets if you have the license.

Best,
Hongyu Lin

@SeekPoint
Copy link
Author

license? i haven't ;(

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

2 participants