-
I'm trying to install tensorflow binding and have followed the steps:
cloned tf repo (without building it, tf is installed via pip)
Sucessfully installed package.
It fails on tests:
```
test_c…
-
/usr/local/lib/python2.7/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as…
-
```
======================================================================
ERROR: test_ctc_loss_op (unittest.loader._FailedTest)
--------------------------------------------------------------------…
-
hi, when i install warp-ctc in anaconda3 ,i installed warp-ctc successfully,
but when i run python setup.py test , i got this error:
OK
test_ctc_loss_op (unittest.loader._FailedTest) ... ERROR
t…
-
I search the tensorflow path with :
python3
>>> print(tf.sysconfig.get_lib())
/usr/local/lib/python3.5/site-packages/tensorflow
and add it by:
export TENSORFLOW_SRC_PATH=/usr/local/lib/python3.5…
-
`running test
running egg_info
writing warpctc_tensorflow.egg-info/PKG-INFO
writing top-level names to warpctc_tensorflow.egg-info/top_level.txt
writing dependency_links to warpctc_tensorflow.egg-…
-
ERROR: test_multiple_batches_cpu (test_warpctc_op.WarpCTCTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/work/spee…
-
After installed warpctc-tensorflow in python3.5 Linux MINT 18.3 with the README file, I get a error when I import warpctc_tensorflow: **undefined symbol: _ZTIN10tensorflow8OpKernelE**.
To solve the …
burid updated
6 years ago
-
Tried to run tests but get following error, tried using -D_GLIBCXX_USE_CXX11_ABI=0 in setup.py, still get errors. please help
_warpctc = tf.load_op_library(lib_file)
File "/usr/local/lib/python2.…
-
- 问题描述
之前有一些同学提到master版本网络不好收敛的问题,包括https://github.com/ilovin/lstm_ctc_ocr/issues/1, https://github.com/ilovin/lstm_ctc_ocr/issues/28, https://github.com/ilovin/lstm_ctc_ocr/issues/31 等,
- 原因
有些人是…