Open msxfXF opened 5 years ago
YES, I edited it like that when I use train.py
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/install_sources#common_installation_problems
for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.
it's may not be a very serious problem.But it doesn't work in my device.(windows 10)
main/train.py in line 16
tf.app.flags.DEFINE_integer('decay_rate', 0.1, '')
I think it should be:
tf.app.flags.DEFINE_float('decay_rate', 0.1, '')