munkres-tensorflow
munkres-tensorflow copied to clipboard
Port of C++ munkres to Tensorflow interface
Using tensorflow-gpu binary from pip and a GeForce GTX 1080. ``` tensorflow == 1.12.0 g++=8.2.0 python=3.6.7 ``` This is how I compiled and tested the hungarian.so file. ``` TF_CFLAGS=( $(python...
my tensorflow is install by conda,is there something wrong?
Hey, I got success on compiling with this command as commented in [https://github.com/Russell91/TensorBox/issues/60](https://github.com/Russell91/TensorBox/issues/60). ``` g++ -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0 -shared hungarian.cc -o hungarian.so -fPIC -I $TF_INC ``` But, the same error comes...