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
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$
The text was updated successfully, but these errors were encountered:
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$
The text was updated successfully, but these errors were encountered: