eragonruan / text-detection-ctpn

text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
MIT License
3.43k stars 1.33k forks source link

Some code may need to be edited in main/train.py #361

Open msxfXF opened 5 years ago

msxfXF commented 5 years ago

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, '')

cvnli commented 5 years ago

YES, I edited it like that when I use train.py

GSATHYANARAYANA commented 5 years ago

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.