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

IOError: [Errno 2] No such file or directory: '../data/music/music.valid' #8

Open
SeekPoint opened this issue Sep 14, 2018 · 2 comments

Comments

@SeekPoint
Copy link

Loading data...
I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:937] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
I tensorflow/core/common_runtime/gpu/gpu_device.cc:885] Found device 0 with properties:
name: GeForce GTX 950M
major: 5 minor: 0 memoryClockRate (GHz) 1.124
pciBusID 0000:01:00.0
Total memory: 3.95GiB
Free memory: 3.21GiB
I tensorflow/core/common_runtime/gpu/gpu_device.cc:906] DMA: 0
I tensorflow/core/common_runtime/gpu/gpu_device.cc:916] 0: Y
I tensorflow/core/common_runtime/gpu/gpu_device.cc:975] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX 950M, pci bus id: 0000:01:00.0)
Tensor("fm/Sum:0", shape=(?, 1), dtype=float32)
Tensor("fm/add_1:0", shape=(?, 1), dtype=float32)
WARNING:tensorflow:From train.py:149 in .: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.
Instructions for updating:
Use tf.global_variables_initializer instead.
Load word2vec u file ../data/google.bin

Load word2vec i file ../data/google.bin

518
Traceback (most recent call last):
File "train.py", line 223, in
pkl_file = open(FLAGS.valid_data, 'rb')
IOError: [Errno 2] No such file or directory: '../data/music/music.valid'
(.venv) mldl@ub1604:~/ub16_prj/DeepCoNN/model$

@sshzhang
Copy link

sshzhang commented Oct 5, 2018

@lovejasmine Hi Have you solved this problems.? I meet the same problems. but I do't know how to deal with it

@lyp22
Copy link

lyp22 commented Oct 31, 2018

@lovejasmine @sshzhang Hi you can try to rename "music.test" to "music.valid" to solve the problem

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