yrj88351

Results 5 comments of yrj88351

And when i use the command **"ldd -r correlation.so** ", i found that there are so many **undefined symbol**

i have the same question

import os import numpy as np import cma from tensorflow.examples.tutorials.mnist import input_data import tensorflow as tf mnist = input_data.read_data_sets('./MNIST', one_hot=True) os.environ['CUDA_VISIBLE_DEVICES'] = '2' config = tf.ConfigProto() config.gpu_options.allow_growth = True sess=tf.Session(config=config)...

I put my code there.... I think i really need your advice ...