KPConv
KPConv copied to clipboard
Can you provide your codes about cpp_wrappers based on tf2 and cuda11.0?
Can you provide your codes about cpp_wrappers based on tf2 and cuda11.0? I can compile it when I using tf2 and cuda11.0. Looking forward to your reply.
I am sorry, I have never worked with tf2. The version of cuda should not matter for the cpp_wrappers, and as for tf2, I don't know what changed so if you need to use the cpp_wrappers, you will need to adapt them yourself.
Best, Hugues
Hello @longmalongma,
I think you can install tensorflow<2.11
and then import it in scripts like that:
import tensorflow
tf = tensorflow.compat.v1
tf.disable_v2_behaviour()