Git Product home page Git Product logo

Comments (6)

Yang7879 avatar Yang7879 commented on August 16, 2024

Hi @fxy2012 , I would suggest you use python 2.7. I guess the tf.ops are not successfully built, be careful to specify the correct paths to tf versions when you compile them.

from 3d-bonet.

fxy2012 avatar fxy2012 commented on August 16, 2024

Thank you for your reply. And should I use tensorflow 1.2 to be compatitive with python2.7 ?

from 3d-bonet.

Yang7879 avatar Yang7879 commented on August 16, 2024

hi @fxy2012, either 1.2 or 1.4 should be fine. Yeah, use python 2.7.

from 3d-bonet.

DRosemei avatar DRosemei commented on August 16, 2024

Have you solved this problem? I modified "tf_sampling_compile.sh" like below but I still get this problem. I use python 2.7 and tf1.2
`#/bin/bash
/usr/local/cuda-8.0/bin/nvcc tf_sampling_g.cu -o tf_sampling_g.cu.o -c -O2 -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC

py27 + TF1.2

g++ -std=c++11 tf_sampling.cpp tf_sampling_g.cu.o -o tf_sampling_so.so -shared -fPIC -I /home/rose/anaconda3/envs/3DBoNet/lib/python2.7/site-packages/tensorflow/include -I /usr/local/cuda-8.0/include -lcudart -L /usr/local/cuda-8.0/lib64/ -O2 -D_GLIBCXX_USE_CXX11_ABI=0`

from 3d-bonet.

fxy2012 avatar fxy2012 commented on August 16, 2024

from 3d-bonet.

DRosemei avatar DRosemei commented on August 16, 2024

Thank you:) @fxy2012

from 3d-bonet.

Related Issues (20)

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.