Simon Selg
Simon Selg
Hey, the current version of the npm package (0.1.2) does not contain the compiled version (lib/index.js), meaning any require of this package will fail. Could you publish a new version...
Hey, I noticed I had a link to this repo in my inbox while going trough unread mails. I'm the original author of this tool - feel free to do...
In tensorflow r1.14, `libtensorflow_framework.so` was renamed to `libtensorflow_framework.so.1`. This breaks CMake, which does not find the library anymore ([line in sourcecode](https://github.com/lmb-freiburg/lmbspecialops/blob/fb5004d81963ac0f9128b399bde7a1042dba4a84/cmake/tensorflow_build_flags.cmake#L15)) ```bash find_library( TENSORFLOW_FRAMEWORK_LIB tensorflow_framework PATHS "${TENSORFLOW_LIB_DIR}" NO_DEFAULT_PATH ) ```...