Giter Site home page Giter Site logo

pc-nbv's People

Contributors

smile2020 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pc-nbv's Issues

TF_ops的.sh文件无法保证有效

我的python是3.6,tensorflow是1.12.0,cuda是10.0,在运行nn_distance_comple.sh后,
检查

ldd tf_approxmatch_so.so 
        linux-vdso.so.1 (0x00007ffe7dde6000)
        libcudart.so.10.0 => /usr/local/cuda-10.0/lib64/libcudart.so.10.0 (0x00007fe5149f6000)
        libtensorflow_framework.so => /home/xxx/anaconda3/envs/tf112/lib/python3.6/site-packages/tensorflow/libtensorflow_framework.so (0x00007fe513d16000)
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fe513ad3000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe513984000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe513969000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe513775000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe51376f000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe51374c000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fe513742000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fe514c8a000)

后再运行train.py,出现问题:

Traceback (most recent call last):
  File "train.py", line 171, in <module>
    train(args)
  File "train.py", line 37, in train
    model_module = importlib.import_module('.%s' % args.model_type, 'models')
  File "/home/xxx/anaconda3/envs/tf112/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/xxx/PC-NBV/models/pc-nbv.py", line 4, in <module>
    from tf_util import *
  File "/home/hznu/PC-NBV/tf_util.py", line 5, in <module>
    from tf_ops.nn_distance import tf_nndistance
  File "/home/hznu/PC-NBV/tf_ops/nn_distance/tf_nndistance.py", line 12, in <module>
    nn_distance_module=tf.load_op_library(os.path.join(BASE_DIR, 'tf_nndistance_so.so'))
  File "/home/xxx/anaconda3/envs/tf112/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 60, in load_op_library
    lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home//PC-NBV/tf_ops/nn_distance/tf_nndistance_so.so: undefined symbol: _ZN10tensorflow12OpDefBuilder5InputENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.