AutoGP
AutoGP copied to clipboard
Code for AutoGP
tensorflow.python.framework.errors_impl.NotFoundError: /home/crytek/Desktop/AutoGP-master/autogp/util/tf_ops/matpackops.so: cannot open shared object file: No such file or directory gcc 4.8 linux mint 19 x64 python 3.6.5 tensorflow 1.10.1
The package can not work on windows and python3 environment.
I have 4 test failures. I don't know if it's significant but just to let you know. The errors occur both on MacOS and a Linux VM (both without GPU)....
Apparently we may be able to avoid the custom tensorflow triangular operations - https://github.com/tensorflow/tensorflow/issues/1825#issuecomment-337394937 > Sorry for just jumping in here. But the `tf.contrib.distributions.fill_triangular` utility function might be useful. It...
We should ensure python3 comaptibility on this. This will probably be easier if we can skip additionally compiling code - see #5
I got the following error when running the provided `example.py` file: ``` File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/load_library.py", line 64, in load_op_library None, None, error_msg, error_code) tensorflow.python.framework.errors_impl.NotFoundError: /home/phil/lib/AutoGP/autogp/util/tf_ops/matpackops.so: undefined symbol: _ZN10tensorflow7strings6StrCatB5cxx11ERKNS0_8AlphaNumES3_ ``` I found...