david zh
david zh
@zhao181 I have follow your steps, but there always with problems: ```bash ➜ utils git:(master) ✗ ./make.sh Traceback (most recent call last): File "setup.py", line 39, in CUDA = locate_cuda()...
@zhao181 Got it. Thanks a lot.
Exec with CPU success, but some difference. Hope help people in need. My Sys Env: - Mac os 10.13.1 - Python3.6.2 - Tensorflow 1.3 For CPU only, here is my...
@ZhangXinNan You can try With Python 3.6 version.
ME TOO... ```bash tensorflow.python.framework.errors_impl.NotFoundError: /home/xx/ky/warp-ctc/tensorflow_binding/warpctc_tensorflow/kernels.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK10tensorflow14TensorShapeRep11DebugStringB5cxx11Ev ``` TF: `1.3.0` python: `3.5`
@Sherry-Zhang I installed tensorflow by pip, follow your steps i got this wrong: `can not foud -ltensorflow_framework`
@nkev I just have macos and ubuntu sys, so this project has not supported windows yet. Maybe this weekend or next weekend Support windows platform
@nkev That's cool, thank you. Good ideal that adding PID usage of TCP and disk features. But this project was born because of my another project [pmgo](https://github.com/struCoder/pmgo). You can make...
@akamensky Emm.. You can create a soft link of ps to your specific location. And delete it when you release your app.
Same problem... ```bash D:\toolkits\Anaconda3\envs\dlwin36\Library\mingw-w64\bin\g++.exe --shared -s build\temp.win-amd64-3.5\Release\nms\gpu_nms.o build\temp.win-amd64-3.5\Release\nms\gpu_nms.cp35-win_amd64.def -LD:\toolkits\Anaconda3\envs\dlwin36\libs -LD:\toolkits\Anaconda3\envs\dlwin36\PCbuild\amd64 -lcublas -lpython35 -lmsvcr140 -o build\lib.win-amd64-3.5\nms\gpu_nms.cp35-win_amd64.pyd D:/toolkits/Anaconda3/envs/dlwin36/Library/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lcublas collect2.exe: error: ld returned 1 exit status error: command 'D:\\toolkits\\Anaconda3\\envs\\dlwin36\\Library\\mingw-w64\\bin\\g++.exe' failed...