memo / ofxMSATensorFlow

C++ openframeworks addon and examples integrating Google's TensorFlow numerical computation and machine learning library
Apache License 2.0
456 stars 87 forks source link

Typo in update_lib script #22

Closed javl closed 7 years ago

javl commented 7 years ago

Small typo:

/etc/ld.so.conf.d/lib/libtensorflow_cc.so.conf

should read

/etc/ld.so.conf.d/libtensorflow_cc.so.conf

(no /lib)

Related issue for a similar typo: https://github.com/memo/ofxMSATensorFlow/issues/21